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
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
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
>>
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