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. The scripts loads "cmp.py" which is either: /usr/lib/python1.5/cmp.py /usr/lib/python2.1/lib-old/cmp.py The lib-old directory is _not_ in the load path for python2.1, so I've modified it to run with python1.5 only. How would I modify the script to work with any version of python? The package currently depends on python1.5. What should it depend on when fixed? Thanks, Peter