Re: [PyMOL] "Qt not available" error from compilation with python2 but not python3

2019-09-19 Thread Thomas Holder
> On Sep 14, 2019, at 8:46 AM, sunyeping via PyMOL-users > wrote: > > Even if I re-compile with --glut: > python2 setup.py install --prefix=~/pymol-install-py2 > the same error occurs. Remove the "build" directory before you re-compile with --glut: rm -rf build python2 setup.py

[PyMOL] "Qt not available" error from compilation with python2 but not python3

2019-09-14 Thread sunyeping via PyMOL-users
dear all, I am trying to compile pymol from source (https://github.com/schrodinger/pymol-open-source.git). Python 3 and python 2 both have been installed in my system. I first tried compile pymol with python 3 python3 setup.py install --prefix=~/pymol-install-py3 It can work. python3