Re: Fwd: Re: need help updating imgsizer for python2.1

2002-01-16 Thread Peter S Galbraith
Sorry for taking so long to reply. dman <[EMAIL PROTECTED]> wrote: > | ] The package currently depends on python1.5. What should it depend on > | ] when fixed? > | > | python > > This must be versioned though. > python >= (2.1) , python << (2.2) > will get you the current default versio

Re: Fwd: Re: need help updating imgsizer for python2.1

2002-01-08 Thread Peter S Galbraith
Kim Oldfield <[EMAIL PROTECTED]> wrote: > Some further replies which don't appear to have been copied to you. > > Regards, > Kim dman <[EMAIL PROTECTED]> wrote: > I'd prefer to write this as > > try : > import filecmp as cmp > except ImportError : > import cmp > > It is more pythonic

Re: need help updating imgsizer for python2.1

2002-01-08 Thread Andrew Bennetts
On Tue, Jan 08, 2002 at 06:51:44AM -0500, dman wrote: > I'd prefer to write this as > > try : > import filecmp as cmp > except ImportError : > import cmp > > It is more pythonic to just try to do what it is you want, and handle > the situation when it fails, than it is do try and figure o

Re: need help updating imgsizer for python2.1

2002-01-08 Thread dman
On Tue, Jan 08, 2002 at 03:12:43PM +1100, Kim Oldfield wrote: | On 8 Jan 2002, Peter S Galbraith typed: | ] I'm the maintainer for imgsizer, | ] | ] http://packages.debian.org/unstable/web/imgsizer.html | ] | ] which used to be a perl script and is | ] now a py

Re: need help updating imgsizer for python2.1

2002-01-07 Thread Kim Oldfield
On 8 Jan 2002, Peter S Galbraith typed: ] I'm the maintainer for imgsizer, ] ] http://packages.debian.org/unstable/web/imgsizer.html ] ] which used to be a perl script and is ] now a python script. I don't know python. The scripts loads "cmp.py" The cmp modu

need help updating imgsizer for python2.1

2002-01-07 Thread Peter S Galbraith
Hello all, First, let me say I'm not subscribed to the list. Please CC me in your replies. I'm the maintainer for imgsizer, http://packages.debian.org/unstable/web/imgsizer.html which used to be a perl script and is now a python script. I don't know python.