On Sun, 2003-12-28 at 11:36, M. Emal Alekozai wrote: > [EMAIL PROTECTED]:~$ archmage test.chm /tmp > Traceback (most recent call last): > File "/usr/bin/archmage", line 7, in ? > from CHM import * > File "/usr/lib/python2.1/site-packages/CHM.py", line 2, in ? > from os.path import isfile,isdir,exists,dirname,realpath,getsize,walk > ImportError: cannot import name realpath
it looks like os.path.realpath was introduced in python2.2. Ian