> On Sep 14, 2019, at 8:46 AM, sunyeping via PyMOL-users > <pymol-users@lists.sourceforge.net> 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 --glut install --prefix=~/pymol-install-py2 Hope that helps. Cheers, Thomas -- Thomas Holder PyMOL Principal Developer Schrödinger, Inc. _______________________________________________ PyMOL-users mailing list Archives: http://www.mail-archive.com/pymol-users@lists.sourceforge.net Unsubscribe: https://sourceforge.net/projects/pymol/lists/pymol-users/unsubscribe