Compiling extensions

Delaney, Timothy C (Timothy) tdelaney at avaya.com
Wed Apr 6 21:33:48 EDT 2005


ake wrote:

> I would like to compile extensions usig distutils. is there a way to
> set which compiler to use ?
> 
> I am using windows and VC++ 7.1 comp.

python setup.py --help
python setup.py build --help

However, if you're using an installed version of VC++ 7.1 you shouldn't
need to set the compiler.

Tim Delaney



More information about the Python-list mailing list