Re: [Discuss-gnuradio] GNUradio companion error message

2018-10-16 Thread Michael Dickens
Hi John_w_g - The error you're encountering indicates that the version of UHD isn't compatible with the version of gr-uhd -- which is part of the overall GNU Radio install. I'd guess that GNU Radio was installed, and then UHD was updated. Generally the solution is to reinstall GNU Radio while ke

Re: [Discuss-gnuradio] gnuradio-companion error

2010-09-22 Thread Tom Rondeau
On Fri, Sep 17, 2010 at 7:08 AM, zhang wei wrote: > > The log is as following: > > cl...@ubuntu:~$ gnuradio-companion > <<< Welcome to GNU Radio Companion v3.3.1git-53-gc81312ce >>> > > Loading: "/home/cliff/t1.grc" Done > > Showing: "/home/cliff/t1.grc" > > Generating: "/home/cliff/top_block

RE: [Discuss-gnuradio] gnuradio-companion error

2010-09-17 Thread zhang wei
The log is as following: cl...@ubuntu:~$ gnuradio-companion <<< Welcome to GNU Radio Companion v3.3.1git-53-gc81312ce >>> Loading: "/home/cliff/t1.grc" >>> Done Showing: "/home/cliff/t1.grc" Generating: "/home/cliff/top_block.py" Executing: "/home/cliff/top_block.py" >>> Done >>

Re: [Discuss-gnuradio] gnuradio-companion error

2010-09-16 Thread Rakesh Peter
Hello Zhang, export PYTHONPATH=$PYTHONPATH:/usr/local/lib/python2.6/dist-packages should probably fix the error. Make sure the path specified above exists and contains the python gnuradio packages. Cheers, Rakesh On Fri, Sep 17, 2010 at 8:01 AM, zhang wei wrote: > Hi Guys, > >I have