Dear all First let me confess that my problem does not just involved pymol. However, it is hampering my use of pymol amongst other things and there must be many python experts who read this list.
My problem, on a completely fresh Ubuntu 8.04 install, is that python can find modules when asked to import them. So export PYMOL_PATH=/var/lib/python-support/python2.5/pymol/ export PYTHONHOME=/usr/lib/python2.5 python2.5 ${PYMOL_PATH}/__init__.py gives me 'import site' failed; use -v for traceback Traceback (most recent call last): File "/var/lib/python-support/python2.5/pymol//__init__.py", line 109, in <module> import threading ImportError: No module named threading /usr/lib/python2.5 contains site.py, threading.py and all the rest. Can anyone help? I'd be very grateful. Daniel -- Dr Daniel John Rigden Tel:(+44) 151 795 4467 School of Biological Sciences FAX:(+44) 151 795 4406 Room 101, Biosciences Building University of Liverpool Crown St., Liverpool L69 7ZB, U.K.