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...@pasteu

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

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

2019-02-13 Thread Tru Huynh
3.6.6 on linux. Found the license file pyqt-gpl.sip. Error: This version of PyQt4 requires sip 4.19.12 or later. [tru@borma PyQt4_gpl_x11-4.12.3]$ rpm -qa sip\* sip-macros-4.14.6-4.el7.x86_64 sip-devel-4.14.6-4.el7.x86_64 sip-4.14.6-4.el7.x86_64 ... Cheers Tru -- Dr Tru Huynh | mailto:t...@pa

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

2019-02-13 Thread Tru Huynh
etup.py build python3 setup.py install --prefix=/ for python2, I just resplaced python3 by python in the lines above. Any idea what could be causing this behaviour? Cheers Tru -- Dr Tru Huynh | mailto:t...@pasteur.fr | tel +33 1 45 68 87 37 https://research.pasteur.fr/en/team/structural-bioinfor

[PyMOL] cosmetic: data/pymol/splash.png

2014-03-06 Thread Tru Huynh
Hello Minor cosmetic bugs for the sourceforge tarballs: pymol-v1.5.0.1.tar.bz2 data/pymol/splash.png shows 1.3.x pymol-v1.7.0.0.tar.bz2 data/pymol/splash.png shows 1.6.x Cheers, Tru -- Dr Tru Huynh | http://www.pasteur.fr/recherche/unites/Binfs/ mailto:t...@pasteur.fr | tel/fax +33 1

Re: [PyMOL] Open Source PyMOL v1.5.0.1

2012-02-14 Thread Tru Huynh
e to pull and build just like normal. You will need Python > 2.7. argh :( Tru -- Dr Tru Huynh | http://www.pasteur.fr/recherche/unites/Binfs/ mailto:t...@pasteur.fr | tel/fax +33 1 45 68 87 37/19 Institut Pasteur, 25-28 rue du Docteur R

Re: [PyMOL] PyMOL Project Updates & Open Source PyMOL v1.4b1

2011-04-04 Thread Tru Huynh
uot; for python 2.4 please consider adding it for "backport". Cheers, Tru -- Dr Tru Huynh | http://www.pasteur.fr/recherche/unites/Binfs/ mailto:t...@pasteur.fr | tel/fax +33 1 45 68 87 37/19 Institut Pasteur, 25-28 rue du Docteur Roux

Re: [PyMOL] PyMOL Project Updates & Open Source PyMOL v1.4b1

2011-04-04 Thread Tru Huynh
nction) layer4/Cmd.c:8718: error: 'lenB' undeclared (first use in this function) ... Possible fix at http://www.python.org/dev/peps/pep-0353/ Which I added to layer0/os_python.h, patch attached. Cheers, Tru -- Dr Tru Huynh | http://www.pasteur.fr/recherche/unites/Binfs/ mai

Re: [PyMOL] pymol install fails - freeglut issues

2005-09-01 Thread Tru Huynh
m, nothing > fancy. do you have the freeglut-devel package installed? Cheers, Tru -- Dr Tru Huynh | http://www.pasteur.fr/recherche/unites/Binfs/ mailto:t...@pasteur.fr | tel/fax +33 1 45 68 87 37/19 Institut Pasteur, 25-28 rue du Docteur Roux, 75724 Paris CEDEX 15 France

Re: [PyMOL] how to compile python with Tk on pymol0.98 ?

2004-11-30 Thread Tru Huynh
On Tue, Nov 30, 2004 at 09:02:40PM +0800, Liu Shiyong wrote: > > yes, I reinstall tck+tk > no, I wrote tkinter -> tkinter-2.3.4-11.i386.rpm for FC3 it is another package. (please dont top-post) Tru

Re: [PyMOL] how to compile python with Tk on pymol0.98 ?

2004-11-30 Thread Tru Huynh
On Sun, Nov 28, 2004 at 06:08:08PM +0800, Liu Shiyong wrote: > Hi, ... > Here is the error msg... > ... > ImportError: No module named _tkinter install the "tkinter" package ;) Tru