# # nxpython.py needs to be able to load the dynamic # library libnxpython.so (libnxpython.dll on windows) # so this library must either be in the current directory or in # a directory specified by PYTHONPATH e.g. # # env PYTHONPATH=.libs python nxpython_test.py # import nxpython h = nxpython.nx_open("nxpython_test.nxs", nxpython.NXACC_CREATE) nxpython.nx_close(h)