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