Hi,
I also had some problem with this. The "trick", I believe, is to
compile/install pymol with:
python2.7 setup.py build install --home=path_to_pymol/
--install-lib=path_to_pymol/modules/ --install-scripts=path_to_pymol/
The part you are interested in is the modules. I needed to instal
Hi all,
I have been trying for a while, but cannot seem to figure out how to install
pymol on my unix server so that I can run pymol from within a python script.
(So that I can use it with the command ' import pymol'. I did manage to do
this on my windows with a wheel, but don't know how to sol