[MacPorts] #44659: GR sample OoT module fails with : "ImportError: No module named gnuradio"
MacPorts
noreply at macports.org
Fri Aug 15 08:40:25 PDT 2014
#44659: GR sample OoT module fails with : "ImportError: No module named gnuradio"
-----------------------+-------------------------
Reporter: mpm114@… | Owner: michaelld@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.3.1
Resolution: | Keywords:
Port: gnuradio |
-----------------------+-------------------------
Comment (by michaelld@…):
Ditto what Ryan wrote. This is the current state of OoT module building
with GNU Radio. It's on my queue to get this fixed. Until then, I
recommend you append the following to your cmake configuration command:
{{{
-DPYTHON_EXECUTABLE=/opt/local/bin/python2.7 \
-DPYTHON_INCLUDE_DIR=/opt/local/Library/Frameworks/Python.framework/Versions/2.7/Headers
\
-DPYTHON_LIBRARY=/opt/local/Library/Frameworks/Python.framework/Versions/2.7/Python
}}}
to guarantee that the MacPorts Python 2.7 is used.
--
Ticket URL: <https://trac.macports.org/ticket/44659#comment:3>
MacPorts <http://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list