> 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
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
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)?
__
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.