I just realized that the python extensions fails with the same error:
>>> import pybel
Traceback (most recent call last):
File "", line 1, in
File "C:\Python27\lib\site-packages\pybel.py", line 52, in
import openbabel as ob
File "C:\Python27\lib\site-packages\openbabel.py", line 37, in
I'm constantly getting an
UnsatisfiedLinkError: C:\Program Files\OpenBabel-2.3.2\openbabel_java.dll:
The specified procedure could not be found
exception when calling
System.loadLibrary("openbabel_java");
This used to work previously on the same laptop. Now it has been couple of
weeks since I