creating .pyo with make

Yann Leboulanger yann.le_boulanger at u-paris10.fr
Wed Jan 23 17:55:26 EST 2008


Hi,

I use autoconf / automake to manage my python project, and I'l like make 
/ make install to create / install .pyo files instead of .py files.

Is there something I should add to my Makefile.am files to do that? Or 
should I do all that myself with py_compile module?

Are there some examples somewhere with autotools?

Thanks for your help
-- 
Yann



More information about the Python-list mailing list