#51107: gnuradio 3.7.9.1 ImportError: No module named gnuradio -----------------------+------------------------- Reporter: ethicz@… | Owner: michaelld@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.4 Resolution: | Keywords: Port: gnuradio | -----------------------+------------------------- Comment (by ethicz@…): Replying to [comment:2 michaelld@…]:
GNU Radio's Python interface is installed for you into {{{
/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7 /site-packages/gnuradio
}}}
You need to make sure `which python` returns `/opt/local/bin/python`; if not, you can set it via: {{{ sudo port select python python27 }}}
HTH!
I set the python with that command, but which python now returns {{{ /usr/local/bin/python }}} -- Ticket URL: <https://trac.macports.org/ticket/51107#comment:3> MacPorts <https://www.macports.org/> Ports system for OS X