[NeXus-code-tickets] [NeXusCode] #106: python bindings: undefined symbol
NeXus Data Format Library and Applications
noreply at nexusformat.org
Wed Dec 19 21:17:08 GMT 2007
#106: python bindings: undefined symbol
------------------------+---------------------------------------------------
Reporter: DarrenDale | Owner: Unassigned
Type: defect | Status: new
Priority: major | Milestone:
Component: bindings | Version: trunk
Keywords: |
------------------------+---------------------------------------------------
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 <module>
import nxpython
File "/usr/lib64/python2.5/site-packages/nxpython.py", line 7, in
<module>
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
--
Ticket URL: <http://trac.nexusformat.org/code/ticket/106>
NeXus Data Format Library and Applications <http://www.nexusformat.org/>
NeXus Data Format Library and Applications
More information about the NeXus-code-tickets
mailing list