Dear all,

I use Windows 10 64-bit with CUDA NVIDIA. I downloaded the Unofficial
Windows Binaries for PyMOL and its dependencies, for Python36, Python35
and Python27, from:

http://www.lfd.uci.edu/~gohlke/pythonlibs/

I installed Python3.6.0 and then, in a command line prompt run as
administrator, I typed:

python -m pip install --upgrade pip
python -m pip install --upgrade wheel

python -m pip install "numpy-1.12.0+mkl-cp36-cp36m-win_amd64.whl"
python -m pip install Pmw-2.0.1-py3-none-any.whl
python -m pip install pymol-1.8.5.0-cp36-cp36m-win_amd64.whl
python -m pip install pymol_launcher-1.0-cp36-cp36m-win_amd64.whl

Similarly, I installed Python3.5.3 and then I typed:

python -m pip install --upgrade pip
python -m pip install --upgrade wheel

python -m pip install "numpy-1.12.0+mkl-cp35-cp35m-win_amd64.whl"
python -m pip install Pmw-2.0.1-py3-none-any.whl
python -m pip install pymol-1.8.5.0-cp35-cp35m-win_amd64.whl
python -m pip install pymol_launcher-1.0-cp35-cp35m-win_amd64.whl

In both cases, a C:\Program Files\Python3*\PyMOL.exe was produced.
Nevertheless, this executable did nothing when I ran it. It did not even
produce any error message that could guide me!

On the contrary, when I followed the same approach for Python2.7.13:

python -m pip install --upgrade pip
python -m pip install --upgrade wheel

python -m pip install "numpy-1.12.0+mkl-cp27-cp27m-win_amd64.whl"
python -m pip install Pmw-2.0.1-py2-none-any.whl
python -m pip install pymol-1.8.5.0-cp27-cp27m-win_amd64.whl
python -m pip install pymol_launcher-1.0-cp27-cp27m-win_amd64.whl

a fully functional C:\Python27\PyMOL.exe was produced.

The reason I do not want to stick to Python27 is that Python27-based PyMOL
binaries for the newest versions of PyMOL are no longer produced for
32-bit Windows which are still in use by some of my students. I want all
students to run the same PyMOL version, regardless of their Windows system
type.

I would be indebted if you could point out to me what I do wrong.

Thank you in advance.

Yours Sincerely,

Dr Ioannis Michalopoulos
-- 
Dr Ioannis Michalopoulos
Staff Research Scientist - Associate Professor Level
Centre of Systems Biology

Tel: +30 210 6597 127
Fax: +30 210 6597 545
Email: imicha...@bioacademy.gr
_________________________________________________
Biomedical Research Foundation, Academy of Athens
Soranou tou Efessiou 4, 115 27 Athens, Greece


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
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