From: S J. S. <swa...@gm...> - 2006-06-30 21:00:02
|
Hello again :), I have the 2.0.0 wrappers up and running using the patch we worked out when it was first relaeased. for 2.0.1 on a Linux machine using python2.4 I don't have problems compiling. But I get this error trying to import the library: Python 2.4.2 (#1, Jan 4 2006, 00:45:40) [GCC 3.2.2] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> >>> import openbabel Traceback (most recent call last): File "<stdin>", line 1, in ? File "/home/dock/linux/lib/python2.4/site-packages/openbabel.py", line 638, in ? VZero = cvar.VZero AttributeError: 'swigvarlink' object has no attribute 'VZero' >>> Any help? Josh |