Re: [Distutils] build python2.5 extension on windows64 with MSVC 8 - _MSVCCompiler__root

2007-05-18 Thread Thomas Heller
Mowry, Peter schrieb: You cannot use MSVC8 anyway because it links with the wrong C runtime library; except if you compile thw whole Python with it. I did some web searching and read that I can: os.environ['DISTUTILS_USE_SDK'] = 1 os.environ['MSSdk'] = 1

[Distutils] build python2.5 extension on windows64 with MSVC 8 - _MSVCCompiler__root

2007-05-18 Thread Mowry, Peter
C:\Pem\simnow_checkouts\simnow_B\PEMC:\Python25\python.exe setup.py build --compiler=msvc running build running build_ext building 'demo' extension Traceback (most recent call last): File setup.py, line 20, in module ext_modules = [ext_demo]) File C:\Python25\lib\distutils\core.py,