Re: [PyMOL] Can't import pymol2 on Windows machines

2015-03-03 Thread Thomas Holder
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

[PyMOL] Can't import pymol2 on Windows machines

2015-03-02 Thread Yuan Wang
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