Re: [PyMOL] PyMOL 2.3 released

2019-02-13 Thread Jack Vizelter
Thank you From: Jarrett Johnson Date: Wednesday, February 13, 2019 at 10:36 AM To: Jack Vizelter Cc: Thomas Holder , Pymol User list Subject: Re: [PyMOL] PyMOL 2.3 released Hi Jack, We've tested with Mojave since its release and have found no issues. Jarrett J. On Tue, Feb 12, 2019 at

Re: [PyMOL] PyMOL 2.3.0/CentOS-7: Qt not available, using GLUT/Tk interface ?

2019-02-13 Thread Tru Huynh
On Wed, Feb 13, 2019 at 05:53:33PM +0100, Thomas Holder wrote: > Don't split "build" and "install" (or pass --glut to both calls): > > python setup.py --glut build install --prefix=... that just works :D Thanks Tru -- Dr Tru Huynh | mailto:t...@pasteur.fr | tel +33 1 45 68 87 37

Re: [PyMOL] PyMOL 2.3.0/CentOS-7: Qt not available, using GLUT/Tk interface ?

2019-02-13 Thread Thomas Holder
Don't split "build" and "install" (or pass --glut to both calls): python setup.py --glut build install --prefix=... Cheers, Thomas > On Feb 13, 2019, at 5:44 PM, Tru Huynh wrote: > > On Wed, Feb 13, 2019 at 05:21:09PM +0100, Tru Huynh wrote: > ... >> >> Trying to install

Re: [PyMOL] PyMOL 2.3.0/CentOS-7: Qt not available, using GLUT/Tk interface ?

2019-02-13 Thread Tru Huynh
On Wed, Feb 13, 2019 at 05:21:09PM +0100, Tru Huynh wrote: ... > > Trying to install PyQt4_gpl_x11-4.12. on CentOS-7 is another issue :) > ... > I went the easy route and pip3 install PyQt5-sip PyQt5, and rebuild ... the Python-3.5.2 version now works fine, but not the Python-3.6.6 which still

Re: [PyMOL] PyMOL 2.3.0/CentOS-7: Qt not available, using GLUT/Tk interface ?

2019-02-13 Thread Tru Huynh
Hi Thomas, On Wed, Feb 13, 2019 at 04:28:10PM +0100, Thomas Holder wrote: > Hi Tru, > > There is one thing we changed: The legacy GLUT support is not enabled by > default anymore. If that's the issue here, you have two options: > > 1) install PyQt (recommended) > 2) or compile PyMOL with

Re: [PyMOL] PyMOL 2.3 released

2019-02-13 Thread Jarrett Johnson
Hi Jack, We've tested with Mojave since its release and have found no issues. Jarrett J. On Tue, Feb 12, 2019 at 12:51 PM Jack Vizelter wrote: > Hi, > > Is this version supported under macOS 10.14.x (Mojave)? The supported OS > listing just says 10.9+ but wanted to confirm. > > Thnx, >

Re: [PyMOL] PyMOL 2.3.0/CentOS-7: Qt not available, using GLUT/Tk interface ?

2019-02-13 Thread Thomas Holder
Hi Tru, There is one thing we changed: The legacy GLUT support is not enabled by default anymore. If that's the issue here, you have two options: 1) install PyQt (recommended) 2) or compile PyMOL with --glut Cheers, Thomas > On Feb 13, 2019, at 3:44 PM, Tru Huynh wrote: > > Hi, > > I

[PyMOL] PyMOL 2.3.0/CentOS-7: Qt not available, using GLUT/Tk interface ?

2019-02-13 Thread Tru Huynh
Hi, I have some issue with the latest released version (2.3.0) and manually build Python 2.7.15, 3.5.2 and 3.6.6 on our CentOS-7 machines. [tru@sillage ~]$ module add pymol/release/2.3.0-Python-3.6.6 [tru@sillage ~]$ module li Currently Loaded Modulefiles: 1) Python/3.6.6