Re: Python and Automake

2008-07-21 Thread Patrick Moore
* On Mon, Jul 21, 2008 at 09:35:00AM -0400, Vikram Ambrose said: > >to > >set PYCFILES to empty, but this doesn't make a ounce of difference > > > >Is there a way to achieve my goal, or failing that, solely a foo.pyc file > >in ${prefix}/lib ? > > > >Thanks in advance, > > > >paddy > > > > > No

Python and Automake

2008-07-21 Thread Patrick Moore
Hi All, I've been trawling the docs through this to no avail and was hoping someone here may be able to point me in the right direction Here's what I'm ultimately trying to achieve: Bytecompile a python file, and place it in ${prefix}/lib, removing the python extension. Currently I have: nodis