"??" <[EMAIL PROTECTED]> wrote in message 
news:[EMAIL PROTECTED]
| When you use distutil to trigger compilation, a special *python script*
| will check whether the default compiler is VS2003. If there is no
| VS2003, this script will pop-up the error for incompatible compilers.
| I really really wonder how to *force* distutil to use my specified 
compile.
| eg: (pseudo)
| python setup.py build -c VC2005
| or
| python setup.py build --compiler=C:\VC8\cc --linker=C:\VC8\ld

(Completely untested suggestions ;-)
Rename VC2005 to VC2003?
Change or add the appropriate registry entry?



--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to