From: Thomas H. <tho...@sc...> - 2019-09-19 08:26:09
|
> On Sep 14, 2019, at 8:46 AM, sunyeping via PyMOL-users <pym...@li...> 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. |