From: Lars Bruno Hansen (lhansen_at_fysik.dtu.dk)
Date: Fri Oct 22 2004 - 13:40:27 CDT

John Stone wrote:

>Lars,
> Is there some reason why your python modules don't work with 2.2?
>I understand that you've probably already got them installed in your
>system's python 2.3 library, but is there a particular reason they
>don't work with Python 2.2?
>
>
>
>
Hi John,

I think if you have a compiled installation in
/usr/lib/python2.3/site-packages/..
the compiled pyc files for 2.3 will not work for python 2.2.
You will need python2.2 to install in python2.2/site-packages,
or have the user to have a copy of the modules and then point to this
using PYTHONPATH,

with best regards
Lars