Help: Python2.3 & Python2.4 on RHEL4 x86_64
"Martin v. Löwis"
martin at v.loewis.de
Fri Oct 20 02:23:08 EDT 2006
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
More information about the Python-list
mailing list