Re: Packaging a Python program

2001-10-08 Thread Anthony Roach
On Mon, Oct 08, 2001 at 12:09:59PM +0200, Bastian Kleineidam wrote: > Anthony Roach wrote: > Exactly. With Python 2.1 you will have to make a 2.1 compatible .deb > package. OK. > Make a suggestion, a recommendation is too hard as some users might want to > stick > > to a single Python installa

Re: Packaging a Python program

2001-10-08 Thread Bastian Kleineidam
Anthony Roach wrote: So when there is a Debian package for Python 2.1, will I have to have a python21-scons that depends on python << 2.2, python >= 2.1? I'm assuming I do, because Python 2.1 will use /usr/lib/python2.1 rather than /usr/lib/python2.0. Exactly. With Python 2.1 you will have to make