Re: Python executables

2008-02-01 Thread Peter Stahlir
2008/1/29, Bernd Jendrissek <[EMAIL PROTECTED]>: > On Jan 29, 2008 2:29 PM, Peter Stahlir <[EMAIL PROTECTED]> wrote: > > I want to install a python program at /usr/bin, for example /usr/bin/foo, > > where > > foo is a python script (and no, I don't want

Python executables

2008-01-29 Thread Peter Stahlir
Hi! I want to install a python program at /usr/bin, for example /usr/bin/foo, where foo is a python script (and no, I don't want a foo.py). Should I do a bin_PROGRAMS = foo, where automake can't find a .o file, or bin_PROGRAMS = foo foo_SOURCES = foo, where automake deletes my file, or python_PYT