How to write a Installer for a Python App in Linux

diffuser78 at gmail.com diffuser78 at gmail.com
Fri Aug 11 13:16:20 EDT 2006


Hi,

How can we freeze the python program and how will it ensure that all
the python files are packages with the programs (including python and
wxPython). Can anybody give me some pointers on this.

Every help is appreciated. Thanks.

> You could freeze the Python program. That'll ensure all the required
> files are packaged with your program, including Python itself. If you
> build a RPM from that, your users will be quite happy.
 
> Sybren




More information about the Python-list mailing list