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
   pymol-1.7.2.1-cp27-none-win_amd64.whl
   pymol_launcher-1.0-cp27-none-win_amd64.whl

Then run this command from the folder containing the downloaded.whl files:

C:\Python27\python.exe pip-6.0.8-py2.py3-none-any.whl/pip install 
--no-index --find-links="%CD%" pymol_launcher

Christoph


On 3/13/2015 4:17 AM, Brenton Horne wrote:
> 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:\Python27\lib\runpy.py", line 72, in _run_code
>      exec code in run_globals
>    File "C:\Python27\Scripts\pip2.exe\__main__.py", line 5, in <module>
> ImportError: No module named pip
>
> On 13/03/2015 9:04 PM, Brenton Horne wrote:
>> 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 have allowed for the fact that pip for me is at
>> |C:\Python27\Scripts\pip2.exe| instead of
>> |C:\Python27\Scripts\pip.exe| like I understand it usually is, as far
>> as adjusting the PYTHONPATH variable accordingly. Any ideas on how to
>> install PyMOL on my 64 bit Windows 7 SP1 OS? I have VisualStudio 2010
>> installed on my PC if relevant. If you need any other details please ask!
>>
>> Thanks for your time,
>> Brenton
>>
>>
>> ------------------------------------------------------------------------------
>> Dive into the World of Parallel Programming The Go Parallel Website, 
>> sponsored
>> by Intel and developed in partnership with Slashdot Media, is your hub for 
>> all
>> things parallel software development, from weekly thought leadership blogs to
>> news, videos, case studies, tutorials and more. Take a look and join the
>> conversation now.http://goparallel.sourceforge.net/
>>
>>
>> _______________________________________________
>> PyMOL-users mailing list (PyMOL-users@lists.sourceforge.net)
>> Info Page:https://lists.sourceforge.net/lists/listinfo/pymol-users
>> Archives:http://www.mail-archive.com/pymol-users@lists.sourceforge.net
>
>
>
> ------------------------------------------------------------------------------
> Dive into the World of Parallel Programming The Go Parallel Website, sponsored
> by Intel and developed in partnership with Slashdot Media, is your hub for all
> things parallel software development, from weekly thought leadership blogs to
> news, videos, case studies, tutorials and more. Take a look and join the
> conversation now. http://goparallel.sourceforge.net/
>
>
>
> _______________________________________________
> PyMOL-users mailing list (PyMOL-users@lists.sourceforge.net)
> Info Page: https://lists.sourceforge.net/lists/listinfo/pymol-users
> Archives: http://www.mail-archive.com/pymol-users@lists.sourceforge.net
>

------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
PyMOL-users mailing list (PyMOL-users@lists.sourceforge.net)
Info Page: https://lists.sourceforge.net/lists/listinfo/pymol-users
Archives: http://www.mail-archive.com/pymol-users@lists.sourceforge.net

Reply via email to