From: Noel O'B. <no...@ca...> - 2005-11-29 14:08:23
|
I'd just like to ditto the previous message. On Debian Sarge, after compiling everything and installing the python extensions (from CVS), I get the following message when trying to import openbabel: >>> import openbabel Traceback (most recent call last): File "<stdin>", line 1, in ? File "openbabel.py", line 4, in ? import _openbabel ImportError: No module named _openbabel As Joshua points out, there is no _openbabel.so, only an openbabel.so. Regards, Noel |