Re: [PyMOL] PyMOL installation on Windows 7

2015-03-13 Thread Christoph Gohlke
Looks like pip is not installed correctly or your PYTHONPATH wrong (unset it). To install pymol from wheels for Python 2.7 64 bit installed at C:\Python27, download the following files: pip-6.0.8-py2.py3-none-any.whl numpy-1.9.2+mkl-cp27-none-win_amd64.whl Pmw-2.0.0-py2-none-any.whl

Re: [PyMOL] PyMOL installation on Windows 7

2015-03-13 Thread Brenton Horne
Oh, I have something else. Running in command prompt in admin mode I receive this error when running these whl installation commands: Traceback (most recent call last): File "C:\Python27\lib\runpy.py", line 162, in _run_module_as_main "__main__", fname, loader, pkg_name) File "C:\Python2

[PyMOL] PyMOL installation on Windows 7

2015-03-13 Thread Brenton Horne
Hi, I have tried installing PyMOL via pip & wheel files (found here http://www.lfd.uci.edu/~gohlke/pythonlibs/#pymol) using python 2.7.9 and while no obvious errors occurred during the execution of the |pip install ...| commands I have no new files in |C:\Python27|, my python directory. I hav