building python under windows

"Martin v. Löwis" martin at v.loewis.de
Thu Mar 6 01:10:46 EST 2003


Damien Morton wrote:
> Any help, suggestions, etc greatly appreciated.

For a statically linked Python, you need to create a new project file. 
Make it an executable, and add all files that currently go into 
pythonxy.dll into that project. Make sure you set the output directory, 
the directory for intermediate files, and the preprocessor predefines 
appropriately.

Regards,
Martin






More information about the Python-list mailing list