Skip to content

Instantly share code, notes, and snippets.

@DanielO
Created October 11, 2013 00:37
Show Gist options
  • Save DanielO/6927911 to your computer and use it in GitHub Desktop.
Save DanielO/6927911 to your computer and use it in GitHub Desktop.
Traceback (most recent call last):
File "/Users/darius/work/gnuradio/gr-fosphor/build/top_block.py", line 9, in <module>
from gnuradio import fosphor
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/gnuradio/fosphor/__init__.py", line 45, in <module>
from fosphor_swig import *
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/gnuradio/fosphor/fosphor_swig.py", line 26, in <module>
_fosphor_swig = swig_import_helper()
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/gnuradio/fosphor/fosphor_swig.py", line 22, in swig_import_helper
_mod = imp.load_module('_fosphor_swig', fp, pathname, description)
ImportError: dlopen(/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/gnuradio/fosphor/_fosphor_swig.so, 2): Library not loaded: libgnuradio-fosphor.dylib
Referenced from: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/gnuradio/fosphor/_fosphor_swig.so
Reason: image not found
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment