Re: [PyMOL] Install pymol as module in python in linux

2017-08-09 Thread Leandro Bortot
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

[PyMOL] Install pymol as module in python in linux

2017-07-25 Thread Vivien Schoonenberg
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