M. Emal Alekozai wrote:

 > it looks like os.path.realpath was introduced in python2.2.

How do I install python2.2 the debian way ?
On my PC I got the deb's: python (dummy), python2.1 and python2.2 installed

[EMAIL PROTECTED]:~$ ls -l /usr/bin/python*
lrwxrwxrwx 1 root root 9 2002-12-17 14:10 /usr/bin/python -> python2.1
-rwxr-xr-x 1 root root 511K 2002-09-07 17:36 /usr/bin/python2.1
-rwxr-xr-x 1 root root 726K 2002-09-07 16:38 /usr/bin/python2.2

Then Python 2.2 is correctly installed. But the default "python" interpreter is linked to Python 2.1. You must change the archmage script to launch using the executable "python2.2" since it obviously requires features specific to Python 2.2. If archmage was installed using a Debian package then file a bug in the Debug Bug Tracking System for the archmage package.


Ciao,
Gordon




Reply via email to