[pygccxml-development] Installing pygccxml
Brought to you by:
mbaas,
roman_yakovenko
From: Simon W. <wim...@go...> - 2007-07-13 14:51:37
|
So I downloaded gccxml_windows_install.zip, unzipped and ran setup.py. I get the following error: Traceback (most recent call last): File "C:\gccxml install\setup.py", line 6, in <module> import config File "C:\gccxml install\config.py", line 14, in <module> class cmake: File "C:\gccxml install\config.py", line 23, in cmake cc = msvccompiler.MSVCCompiler() File "C:\Python25\lib\distutils\msvccompiler.py", line 230, in __init__ self.__macros = MacroExpander(self.__version) File "C:\Python25\lib\distutils\msvccompiler.py", line 112, in __init__ self.load_macros(version) File "C:\Python25\lib\distutils\msvccompiler.py", line 137, in load_macros you can try compiling with MingW32, by passing "-c mingw32" to setup.py.""") DistutilsPlatformError: Python was built with Visual Studio 2003; extensions must be built with a compiler than can generate compatible binaries. Visual Studio 2003 was not found on this system. If you have Cygwin installed, you can try compiling with MingW32, by passing "-c mingw32" to setup.py. What do I have to do? |