Christopher Taylor schrieb:
> This basically means to me that Python2.4 is loading gloab.py from
> /usr/lib64/Python2.3 insead of /usr/lib/Python2.4 (even thought I
> wanted to install the related files in /usr/lib64/Python2.4)
>> Can someome please help!
Can you please report what sys.path is? Do you have PYTHONPATH
set, by any chance? Python shouldn't normally look into the library
of a totally unrelated installation.
Regards,
Martin