Trying to use gnuradio-companion

Hi All,

When I try running gnuradio-companion I get
File “/usr/local/bin/gnuradio-companion”, line 45, in
“”"%gr.version()
AttributeError: ‘module’ object has no attribute ‘version’

Anyone know what I have done wrong?

  • Charles

its importing a really old gnuradio that doesnt have gr.version()

in other words, you have multiple gnuradios installed

-josh

its importing a really old gnuradio that doesnt have gr.version()

in other words, you have multiple gnuradios installed

-josh

And your PYTHONPATH likely points to the wrong version.


Marcus L.
Principal Investigator
Shirleys Bay Radio Astronomy Consortium

On 26/01/2011 19:48, Marcus D. Leech wrote:

its importing a really old gnuradio that doesnt have gr.version()

in other words, you have multiple gnuradios installed

-josh

And your PYTHONPATH likely points to the wrong version.

Yes you were both right. I have it working now. Thanks.

  • Charles