Re: [python-win32] Building with VC8

2007-01-18 Thread Mark Hammond
> I tried building with Visual Studio 2005 (which uses the VC8 > compiler line) > and distutils reports that it cannot find a compiler. Right. It looks like distutils still just supports only the version used to build Python itself - and no official Python releases use vc8. > Where should I go t

Re: [python-win32] Build problem with VC++ 2005

2007-01-18 Thread Tim Roberts
Howard Lightstone wrote: > I am unable to build 210 (with distutils) using VC++ 2005. > > Unfortunately, I HAVE to use this compiler and rebuild > everything (since VC 7 is no longer distributed) going forward. > VC 7 is no longer being SOLD, but you can certainly download it if you have an MSD

[python-win32] Building with VC8

2007-01-18 Thread Howard Lightstone
I tried building with Visual Studio 2005 (which uses the VC8 compiler line) and distutils reports that it cannot find a compiler. Where should I go to find a solution for this? Is this better posted to the distutils list (although this is just a Windows issue)? __

Re: [python-win32] [pywin32-bugs] Build problem with VC++ 2005

2007-01-18 Thread Mark Hammond
The [EMAIL PROTECTED] mailing list is only for automated mails from the sourceforge bug tracker. The best list for this stuff is [EMAIL PROTECTED] Please drop pywin32-bugs from any followups.. Note that in general, you *must* use the same compiler for extensions that you use for Python itself.