Eigenstate / vmd-python

Installable VMD as a python module
Other
129 stars 24 forks source link

A few changes to get vmd-python to compile on my system #24

Closed jvermaas closed 5 years ago

jvermaas commented 5 years ago

On my machine, the current setup was unable to find libpython2.7 through the fallback mechanism, since it was searching for a libpython*2.7, and didn't come up with a valid libdir.

I also noticed that dlopen was frequently failing for the C++ molfile plugins, which was caused by their being linked by the C compiler (usually gcc) instead of the C++ compiler.