Opened 10 years ago

Last modified 10 years ago

#45768 closed defect

gnuradio @3.7.5.1_0+docs+grc+jack+orc+portaudio+python27+qtgui+sdl+swig+uhd+wavelet+wxgui ImportError at launch of Gnuradio-companion — at Version 1

Reported by: patrickmccanna@… Owned by: michaelld@…
Priority: Normal Milestone:
Component: ports Version: 2.3.2
Keywords: Cc:
Port: gnuradio

Description (last modified by ryandesign (Ryan Carsten Schmidt))

I recently updated to 10.9.5 and tried to get gnuradio properly working for use with a HackRF.

Gnuradio-companion crashes out with the following error:

./gnuradio-companion

 
Traceback (most recent call last):
  File "/opt/local/bin/gnuradio-companion", line 24, in <module>
    import gtk
  File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/gtk-2.0/gtk/__init__.py", line 30, in <module>
    import gobject as _gobject
  File "/usr/local/lib/python2.7/site-packages/gobject/__init__.py", line 26, in <module>
    from glib import spawn_async, idle_add, timeout_add, timeout_add_seconds, \
  File "/usr/local/lib/python2.7/site-packages/glib/__init__.py", line 22, in <module>
    from glib._glib import *
ImportError: dlopen(/usr/local/lib/python2.7/site-packages/glib/_glib.so, 2): Library not loaded: /usr/local/lib/libgobject-2.0.0.dylib
  Referenced from: /usr/local/lib/python2.7/site-packages/glib/_glib.so

Change History (1)

comment:1 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Keywords: gnuradio-companion removed
Milestone: MacPorts Future
Owner: changed from macports-tickets@… to michaelld@…

Please remove the software you have installed in /usr/local. Having software installed there can confuse MacPorts. After removing it, you may need to rebuild affected MacPorts ports.

Note: See TracTickets for help on using tickets.