From: Irina Tuszynska (irena_at_genesilico.pl)
Date: Mon Nov 21 2005 - 11:37:17 CST

Hello,
I have python2.3 in the my computer and python libraries in
/usr/lib/python2.3. If I PYTHONHOME environment variable point to the
/usr, the Python (vmd) can't use libraries from /usr/lib/python2.3. Why?:

irena_at_rioja:~$ $PYTHONHOME
bash: /usr: is a directory

vmd > gopython
Info) Starting Python...
'import site' failed; use -v for traceback
Could not find Numeric Python version 22.0.
ImportError: No module named numeric_version
Info) Text interpreter now Python
Traceback (most recent call last):
  File "<string>", line 1, in ?
  File "/home/irena/lib/vmd/scripts/python/Tkinter.py", line 59, in ?
    import _tkinter # If this fails your Python may not be configured for Tk
ImportError: No module named _tkinter
>>> from os import *
Traceback (most recent call last):
  File "VMD", line 1, in ?
ImportError: No module named os

Best,
Irina Tuszynska.