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

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