#37124: gnuradio: Cheetah templates required to build VOLK -------------------------+------------------------- Reporter: mcquiggi@… | Owner: michaelld@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Resolution: | Keywords: Port: gnuradio | -------------------------+------------------------- Comment (by michaelld@…): What do the following return for you: {{{ which python ls -l /opt/local/bin/python* }}} I'm betting that you're using the built-in Python from OSX 10.8, and not that provided by MacPorts. If this is the case, then I recommend you select the MacPorts version via: {{{ sudo port select python python27 }}} And then "which python" should return "/opt/local/bin/python", and -then- "gnuradio-companion" should work correctly. -- Ticket URL: <https://trac.macports.org/ticket/37124#comment:8> MacPorts <http://www.macports.org/> Ports system for Mac OS