[Nexus] Issue installing NexPy

Bilheux, Jean-Christophe bilheuxjm at ornl.gov
Thu Oct 2 16:47:19 BST 2014


HI,

I’m trying to install NexPy on mac. I downloaded it using git and install it without any problem apparently to default location

> python setup.py install

but then when I try to run it I get this

mac95470:git j35$ nexpy
Traceback (most recent call last):
  File "/Users/j35/anaconda/bin/nexpy", line 9, in <module>
    load_entry_point('NeXpy==0.4.5', 'gui_scripts', 'nexpy')()
  File "/Users/j35/anaconda/lib/python2.7/site-packages/NeXpy-0.4.5-py2.7-macosx-10.5-x86_64.egg/nexpy/nexpygui.py", line 23, in main
    from nexpy.gui.consoleapp import main
  File "/Users/j35/anaconda/lib/python2.7/site-packages/NeXpy-0.4.5-py2.7-macosx-10.5-x86_64.egg/nexpy/gui/consoleapp.py", line 45, in <module>
    from PySide import QtCore, QtGui
ImportError: dlopen(/Users/j35/anaconda/lib/python2.7/site-packages/PySide-1.2.2-py2.7-macosx-10.9-x86_64.egg/PySide/QtCore.so, 2): Library not loaded: libpyside-python2.7.1.2.dylib
  Referenced from: /Users/j35/anaconda/lib/python2.7/site-packages/PySide-1.2.2-py2.7-macosx-10.9-x86_64.egg/PySide/QtCore.so
  Reason: image not found

Any suggestions please? Thanks

Jean


More information about the NeXus mailing list