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
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to