On Saturday, June 1, 2019 11:55 PM, Gutch, Harold [harold.gutch@ds.mpg.de] wrote:
On Friday, May 31, 2019 11:41 PM, gerlach.mi@gmx.de [gerlach.mi@gmx.de] wrote:
Now IPython can import the nest module, but returns an error message when I try to run a basic nest example: "module 'nest' has no attribute 'Create' ".
I am not quite sure, but given that you moved stuff around manually it is possible that the Python module "nest" can no longer load (find) the library providing this symbol. Setting LD_LIBRARY_PATH to whatever directory contains pynestkernel.so might help.
On macOS, use DYLD_LIBRARY_PATH instead.
Apologies for the confusion, Harold