1. downloaded "xmldiff-0.6.10" from http://www.logilab.org/859)
2. Tried installing the same on my 32 bit Windows 7 OS using the
command "setup.py install" but below exceptions are thrown in the
console.
Exceptions thrown while installing
C:\Users\santosh\Downloads\xmldiff-0.6.10>setup.py build
running build
running build_py
package init file '.\test\__init__.py' not found (or not a regular
file)
package init file '.\test\__init__.py' not found (or not a regular
file)
running build_ext
building 'xmldiff.maplookup' extension
gcc -mno-cygwin -mdll -O -Wall -ID:\Python26\include -ID:\Python26\PC -
c extensions/maplookup.c -o b
uild\temp.win32-2.6\Release\extensions\maplookup.o
error: command 'gcc' failed: No such file or directory
|
Comments
-
2012/01/16 23:14, written by anon
-
2012/01/19 14:33, written by sthenault
-
2012/01/19 17:24, written by santosh.ssit@gmail.com
add commentI encountered this bug as well using Python 2.7.2 64-bit on Windows 7. Here is the output:
Note that I have a development environment set up that will compile extension modules in most cases (assuming they don't have external dependencies).
sounds like you need http://code.google.com/p/msinttypes/
Can someone help us out here