Re: [PyMOL] Compiling open source pymol 2.4

2019-03-12 Thread Markus Heller
Agreed, Thomas. Thanks for your help! > -Original Message- > From: Thomas Holder > Sent: Tuesday, March 12, 2019 12:14 PM > To: Markus Heller > Cc: pymol-users@lists.sourceforge.net > Subject: Re: [PyMOL] Compiling open source pymol 2.4 > > Hi Markus, > &g

Re: [PyMOL] Compiling open source pymol 2.4

2019-03-12 Thread Mooers, Blaine H.M. (HSC)
Hi Markus, I can answer part of your question. There are error messages about print statement in python2 needing to be converted to print() functions for python3. You can run the program 2to3 on your python scripts to convert them from python2 to python3. This program probably came with your on

Re: [PyMOL] Compiling open source pymol 2.4

2019-03-12 Thread Thomas Holder
Hi Markus, I recommend to use Python 3. The PyMOLWiki has updated versions of those two failing scripts: https://pymolwiki.org/index.php/Pairwise_distances https://pymolwiki.org/index.php/Polarpairs I don't know why there would be no menu bar with Python 2.7. But if Python 3 works for you, I t