-
Notifications
You must be signed in to change notification settings - Fork 16
Closed
Labels
Description
Original reporter: DarrenDale
I attempted to build nexus with python bindings today. The compilation completed without errors, but but when I try to run the nxpython_test script, I get the following error:
Traceback (most recent call last):
File "nxpython_test.py", line 7, in
import nxpython
File "/usr/lib64/python2.5/site-packages/nxpython.py", line 7, in
import libnxpython
ImportError: /usr/lib64/python2.5/site-packages/libnxpython.so: undefined symbol: putNXDatasetValue
I am running 64-bit linux, gcc-4.2.2, swig-1.3.33