Warren,
in launch_pymol.py there is the following code
sys.path.append(os.environ['PYMOL_PATH']+'/modules')
It looks to me like your adding $PYMOL_PATH/modules to
the path of modules searched by python. Right now,
there is no modules directory in the final installation.
Should I create one a
Warren,
This is what I'm going to do. I've kludge up the installation
on my PC to run pymol. I've been able to download a .pdb file
from the PDB and actually display a protien structure. (Really
cool!) I'm going to try and rationalize my kludges so that anyone
who installs the rpm's just has to t
Stephen,
Glad to see you're interested! O'Reilly was a blast...
Right now PyMOL is more of a continuous process rather than a discrete
set of release stages. Try building off of the CVS source.
In theory, the 'ext' distribution contains all the dependencies you need
(including Pmw and Numeric)