[Discuss-gnuradio] gnuradio-companion problem

2013-05-21 Thread Dan Aldrich
Installed gnu radio using mac ports. First attempt was bumpy, so unistalled and reinstalled again. The companion comes up, but when I try a simple FM receiver (RTL-SDR - WBFM - Audio Sink), I get the following: Generating: /Users/daldrich/top_block.py Executing: /Users/daldrich/top_block.py

Re: [Discuss-gnuradio] gnuradio-companion problem

2013-05-21 Thread Michael Dickens
Hi Dan - Make sure you've installed both the gnuradio and gr-osmosdr ports with the +swig variant. Without it, you do not get the *_swig import libraries. If this is not the case, then email me off list and I'll help you debug the issue. - MLD On May 21, 2013, at 11:11 AM, Dan Aldrich

[Discuss-gnuradio] gnuradio companion problem

2009-12-02 Thread mehmet kabasakal
Hi everyone, I am trying to run grc from the terminal. But when i type grc i got: meh...@mehmet-laptop:~$ grc Traceback (most recent call last): File /usr/bin/grc, line 48, in module from gnuradio.grc.python.Platform import Platform File

Re: [Discuss-gnuradio] gnuradio companion problem

2009-12-02 Thread Eric Blossom
On Wed, Dec 02, 2009 at 08:57:58PM +0200, mehmet kabasakal wrote: Hi everyone, I am trying to run grc from the terminal. But when i type grc i got: meh...@mehmet-laptop:~$ grc Traceback (most recent call last): File /usr/bin/grc, line 48, in module from gnuradio.grc.python.Platform