How to write a Installer for a Python App in Linux

Bruno Desthuilliers bdesth.quelquechose at free.quelquepart.fr
Thu Aug 10 16:47:44 EDT 2006


diffuser78 at gmail.com a écrit :
> Hi,
> 
> I have known python for about 3-4 months now. My knowledge is still
> very limited.
> 
> I wrote a small app using wxPython. Now, I want to create an installer
> for it (on Linux platform.) for the people I developed this small
> utility.
> 
> These people use some customized variant of Red Hat Linux. I found on
> the web python2.4 and the corresponding wxPython files.
> 
> How can I write a Installer file which will install all the needed
> programs in the correct path, so that my wxPython app is ready to run
> and end user doesn't need to bother installing required files.
> 
> Give me some pointers and I will try to write the script on my own.
> 
> Every help is greatly appreciated.
> 
Look for distutil and EasyInstall (-> Python Eggs)



More information about the Python-list mailing list