Hello,

>       * we make /usr/bin/python point to python 2 thanks to alternatives
>       * we run a compileall.py in python/site-packages in order to
>         get them byte-recompiled for 2.0
From the Python news file:
- Python bytecode files (*.pyc and *.pyo) are not compatible between
releases.

Now what if you install Python 2.0 and then call /usr/bin/python15?
This will use the newly-compiled .pyc files which are incompatible.

Bastian Kleineidam

Attachment: pgpDestWj2Ani.pgp
Description: PGP signature

Reply via email to