Deploying Python _Applications_

Miki Tebeka miki.tebeka at zoran.com
Mon Feb 2 06:53:38 EST 2004


Hello Sridhar,

> 1. Installtion prefix contants '/usr/ or /usr/local'
> 2. Some constants set during build (like 'HAVE_GTK2' in autoconf)
> 
> I searched the distutils documentation and seems to be distutils can't
> handle these.
> 
> Any thoughts?
You can write any code you like in the `setup.py' script.
I use a .ini file with all these parameters written at install time
(on M$ world NSIS is doing this). And then at run time the script load
the .ini file and run.

HTH.
Miki



More information about the Python-list mailing list