Is there a way to have the Windows .exe created by setuptools use optimized Python, like "python -O myscript.py"?
http://peak.telecommunity.com/DevCenter/setuptools#automatic-script-creation In particular, I'd like this option to work with a project where I am working out of Subversion using "python setup.py develop". -- Patrick K. O'Brien Orbtech http://www.orbtech.com Schevo http://www.schevo.org Louie http://www.pylouie.org _______________________________________________ Distutils-SIG maillist - [email protected] http://mail.python.org/mailman/listinfo/distutils-sig
