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
|