On 2/13/2017 4:42 PM, Ioannis Michalopoulos wrote:
> 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
>

Install the "Microsoft Visual C++ 2015 Redistributable" 
<https://www.microsoft.com/en-us/download/details.aspx?id=53587>?

If that does not work, start pymol on a command line via `python.exe -m 
pymol` to get a traceback.

Christoph

------------------------------------------------------------------------------
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