Hi, On Tue, 01 Apr 2003 23:20:22 +0000, Donovan Baarda wrote: > 2) it ties you package to the particular version of python used to > generate the pyc files (ie, you had better have "Depends: python2.1" if > the .pyc's were generated with python 2.1) > That's not correct, as Python will ignore .pyc files with incompatible versions. Otherwise you couldn't run Python 2.1 on a system which defaults to 2.2.
FWIW, I do agree with your other points. -- Matthias