Hi Yuan,
the short answer is: you can't do that with the PyMOL 1.3 Edu build. It has a
built-in Python interpreter and doesn't work with your Python 2.7 installation.
You could - in theory - do that with Open-Source PyMOL, check out
http://pymolwiki.org/index.php/Windows_Install#Pre-compiled_Py
Dear Pymol communities,
I'm trying to embed pymol window as a pyqt widget now and the code from
https://gist.github.com/masci/6437112 runs perfectly on my Linux machine.
However when I tried to run it on my Windows machine, I kept getting the
import error when the code tried to import pymol2, whi