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

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.