[pywin32-bugs] Visual Studio 2005 compilation problems
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Marcos P. <mar...@gm...> - 2008-01-05 23:04:33
|
I compiled Python with Visual Studio 2005, but I'm being unable to compile pywin32. Any thoughts on how to get around this? python setup.build gives me this: running build_ext Warning - can't find an installed platform SDK error: 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. C:\Documents and Settings\James\Desktop\pywin32-210> I'm not sure why it thinks it was installed with Visual Studio 2003, and I know I used 2005 :) Thanks, Marcos |