Skip to content

python bindings: undefined symbol #106

@stuartcampbell

Description

@stuartcampbell

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

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions