Installation problem with NEURON 7.1 and OS X 10.7
Posted: Thu Sep 29, 2011 11:02 am
I managed to install NEURON 7.1 on a new laptop running OS X 10.7 by following the intructions from Andrew Davison at http://www.davison.webfactional.com/not ... on-python/ but when I try running "nrngui" I get:
Possibly related, when I try importing Neuron as a module in Python I just get:
I'm clueless right now. Does anyone have an idea what might be wrong?
Thanks in advance
Henrik
Code: Select all
dyld: lazy symbol binding failed: Symbol not found: _XOpenDisplay
Referenced from: /usr/local/iv/i686/lib/libIVhines.3.dylib
Expected in: flat namespace
dyld: Symbol not found: _XOpenDisplay
Referenced from: /usr/local/iv/i686/lib/libIVhines.3.dylib
Expected in: flat namespace
Trace/BPT trap: 5
Code: Select all
dlopen(/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/neuron/hoc.so, 2): Symbol not found: _XGetWindowAttributes
Referenced from: /Users/helinden/Installations/nrn-7.1/i686/lib/libivoc.0.dylib
Expected in: flat namespace
in /Users/helinden/Installations/nrn-7.1/i686/lib/libivoc.0.dylib
Thanks in advance
Henrik