Hi all, I'm new here. My name is Aureliano Guedes. I'd like your help.
I was trying to import pymol inside to python script to use to align all-vs-all a list of structures. I have a full pymol's installation working well installed with linux brew. $ pymol --version PyMOL 2.2.0 Open-Source $ which pymol /home/linuxbrew/.linuxbrew/bin/pymol $ cat $(which pymol) #!/bin/sh export PYMOL_PATH="/home/linuxbrew/.linuxbrew/Cellar/pymol/2.2.0/libexec/lib/python3.7/site-packages/pymol/pymol_path" "/home/linuxbrew/.linuxbrew/opt/python/bin/python3.7" "/home/linuxbrew/.linuxbrew/Cellar/pymol/2.2.0/libexec/lib/python3.7/site-packages/pymol/__init__.py" "$@" But when I try import it (using the same python installation) I got a error reporting that no library called pymol was founded. So, I would like to how to access pymol as module to use its functionalities. Thanks in advance, acpguedes -- Aureliano Guedes skype: aureliano.guedes contato: (11) 94292-6110 whatsapp +5511942926110
_______________________________________________ PyMOL-users mailing list Archives: http://www.mail-archive.com/pymol-users@lists.sourceforge.net Unsubscribe: https://sourceforge.net/projects/pymol/lists/pymol-users/unsubscribe