"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
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
"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
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
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
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
>
"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'