How to make py2.5 distutil to use VC2005?

"Martin v. Löwis" martin at v.loewis.de
Thu Jun 5 16:36:00 EDT 2008


> I really really wonder how to *force* distutil to use my specified compile.
> eg: (pseudo)

You need to make sure that both MSSdk and DISTUTILS_USE_SDK are set, see

http://docs.python.org/dist/module-distutils.msvccompiler.html

Regards,
Martin



More information about the Python-list mailing list