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