Thomas Holder

Results 68 comments of Thomas Holder

@smiles724 try something like `sudo apt install libgl1` Other packages which provide `libGL.so.1`: https://packages.ubuntu.com/search?suite=focal&arch=amd64&mode=exactfilename&searchon=contents&keywords=libGL.so.1

Thanks @mcs07 Link to spec: http://www.wwpdb.org/documentation/file-format-content/format33/sect9.html#TER

TER records are a weird feature, it contains redundant information, I don't really understand why an application would depend on that. Do you have an example of an application which...

I'm reluctant to change PyMOL's PDB export once again unless we have some proof that it really matters. So if anyone knows an application which *can't* handle short TER records,...

Those two `chempy` packages are not related. The name conflict is unfortunate.

PyMOL's `chempy` package is much older (exists since 2000) than this other `chempy` package (exists since 2015). We'll investigate the feasibility of renaming ours, but that will probably not happen...

Confirmed with PyMOL 2.3.1 (py27 and py37) on macOS 10.14.4 We might not be able to support `pymol.finish_launching()` on macOS. Running PyMOL in the main thread works fine: ```python import...

I can't find any information online about "Engt 340 graphics". If it's ancient hardware, then it's not unlikely that there is insufficient OpenGL driver support and that could be the...

We don't use `setuptools`, we use `distutils`.

Previous ticket: https://sourceforge.net/p/pymol/bugs/186/ As I wrote there: patches welcome