How to write a Installer for a Python App in Linux

Grant Edwards grante at visi.com
Fri Aug 11 13:49:22 EDT 2006


On 2006-08-11, diffuser78 at gmail.com <diffuser78 at gmail.com> wrote:

>
> 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.

> 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.

http://www.google.com/search?hl=en&lr=&q=freeze+python+program+linux

-- 
Grant Edwards                   grante             Yow!  Imagine--a WORLD
                                  at               without POODLES...
                               visi.com            



More information about the Python-list mailing list