make install with python

Reinhold Birkenfeld reinhold-birkenfeld-nospam at wolke7.net
Fri Jan 21 14:47:21 EST 2005


Uwe Mayer wrote:
> Hi,
> 
> I am writing a Python application and use the GNU auto-tools to compile what
> needs compilation (i.e. Qt's .ui files).
> However, I don't know how to write an automake file that installs the main
> file (lmc.py) and some library files (i.e. ClassA.py, ClassB.py) into the
> appropriate directories. 

The regular way is to use distutils and a setup.py file (google for
documentation).

Reinhold



More information about the Python-list mailing list