Re: Bug#148415: jack: should use #!/usr/bin/python

2002-07-14 Thread Matthias Klose
reopen 148415 thanks Chris Lawrence writes: > On Jun 23, Michael Banck wrote: > > Hi, > > > > On Tue, May 28, 2002 at 05:22:32PM -0500, Chris Lawrence wrote: > > > Some users may have a local version of Python installed (like Python > > > >from CVS), so jack should use the path to the default Deb

Re: Bug#148415: jack: should use #!/usr/bin/python

2002-06-25 Thread Michael Banck
Hi, On Mon, Jun 24, 2002 at 10:00:38AM -0700, Sean 'Shaleh' Perry wrote: > > Not OK, since the locally-installed Python may not/will not have > > access to jack's site-python files. Using /usr/bin/env python is IMHO > > only acceptable if the package is self-contained or munges sys.path to > > in

Re: Bug#148415: jack: should use #!/usr/bin/python

2002-06-24 Thread Sean 'Shaleh' Perry
> > Not OK, since the locally-installed Python may not/will not have > access to jack's site-python files. Using /usr/bin/env python is IMHO > only acceptable if the package is self-contained or munges sys.path to > include any non-standard modules in the search path. > indeed. If you have pyt

Re: Bug#148415: jack: should use #!/usr/bin/python

2002-06-23 Thread Chris Lawrence
On Jun 23, Michael Banck wrote: > Hi, > > On Tue, May 28, 2002 at 05:22:32PM -0500, Chris Lawrence wrote: > > Some users may have a local version of Python installed (like Python > > >from CVS), so jack should use the path to the default Debian version > > of Python rather than using /usr/bin/env.