Re: distutils setup ignoring scripts

2005-03-15 Thread Raseliarison nirinA
"Jack Orenstein" wrote: > Quoting [i]: > > as you use Python22 on RH9, maybe: > > python setup.py bdist_rpm --install-script foobar > > Is install-script really needed? I would have thought that specifying > setup( ... scripts = [...] ...) would suffice, based on the python > docs. > i think you

Re: distutils setup ignoring scripts

2005-03-15 Thread jao
Quoting Raseliarison nirinA <[EMAIL PROTECTED]>: > Jack wrote: > > No, I'm referring to bin/foobar, as specified > > in "scripts = ['bin/foobar']". > > yes i'm deadly wrong and should refuse the > temptation to guess! > and ougth to read clearly the post. > so, you want the script foobar inclu

Re: distutils setup ignoring scripts

2005-03-15 Thread Raseliarison nirinA
"Jack Orenstein" wrote: > No, I'm referring to bin/foobar, as specified > in "scripts = ['bin/foobar']". yes i'm deadly wrong and should refuse the temptation to guess! and ougth to read clearly the post. so, you want the script foobar included in your package? what command are you issueing? d

Re: distutils setup ignoring scripts

2005-03-15 Thread Raseliarison nirinA
Jack wrote: > No, I'm referring to bin/foobar, as specified > in "scripts = ['bin/foobar']". yes i'm deadly wrong and should refuse the temptation to guess! and ougth to read clearly the post. so, you want the script foobar included in your package? what command are you issueing? does this inc

Re: distutils setup ignoring scripts

2005-03-15 Thread Raseliarison nirinA
yes i'm deadly wrong and should refuse the temptation to guess! and ougth to read clearly the post. > > No, I'm referring to bin/foobar, as specified > in "scripts = ['bin/foobar']". > > Jack so, you want the script foobar included in your package? what command are you issueing? does this inc

Re: distutils setup ignoring scripts

2005-03-15 Thread jao
Quoting Raseliarison nirinA <[EMAIL PROTECTED]>: > "Jack Orenstein" wrote: > > > I'm using Python 2.2 on RH9. I have a set of Python modules > > organized > > into a root package and one other package named foobar. setup.py > > looks > > like this: > > > > from distutils.core import setup >

Re: distutils setup ignoring scripts

2005-03-15 Thread Raseliarison nirinA
"Jack Orenstein" wrote: > I'm using Python 2.2 on RH9. I have a set of Python modules > organized > into a root package and one other package named foobar. setup.py > looks > like this: > > from distutils.core import setup > > setup( > name = 'foobar', > version = '0.3'