[PyMOL] Problem with pymol installation

2016-03-21 Thread Bondurant
Hi everybody, I recently restored my laptop to factory settings and I am trying now to install latest precompiled pymol version following the instructions from http://www.pymolwiki.org/index.php/Windows_Install. I have installed python 2.7.11 and put in a Pymol_installation folder pip 8.0.3, numpy

Re: [PyMOL] Problem with pymol installation

2016-03-21 Thread Christoph Gohlke
Make sure you are using the 64-bit version of Python 2.7: python-2.7.11.amd64.msi. If that does not help, please list the contents of %CD%: dir "%CD%"\*.whl Christoph On 3/21/2016 3:31 AM, Bondurant wrote: > Hi everybody, > I recently restored my laptop to factory settings and I am trying now

Re: [PyMOL] The Wiki appears outdated or in error

2016-03-21 Thread James Kress
Hi Jared, The version of PyMOL I am using (1.7.4.0) does not recognize the dae file type. Here is the message PyMOL generates: PyMOL>save output_no_H2O.dae Save-Warning: Unrecognized file type -- defaulting to PDB format. Save: wrote "output_no_H2O.dae". I get the same error me

Re: [PyMOL] Problem with pymol installation

2016-03-21 Thread Bondurant
Thanks for the help Christoph, it was my mistake, I had installed the 32bit version of python. Everything worked now and pymol is working properly. Best regards Sergio El 21/3/2016 18:34, "Christoph Gohlke" escribió: > Make sure you are using the 64-bit version of Python 2.7: > python-2.7.11.amd6