discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: R: Re: [Discuss-gnuradio] Gnuradio companion newbie problem


From: Josh Blum
Subject: Re: R: Re: [Discuss-gnuradio] Gnuradio companion newbie problem
Date: Tue, 03 Nov 2009 11:49:07 -0800
User-agent: Thunderbird 2.0.0.23 (X11/20090817)



address@hidden wrote:
Thanks but... how it is possible?

You mentioned that you installed something from synaptic. So its possible that you have one recent gnuradio install from git, and an older install from synaptic.

Or... one day after an ubuntu 9.04 update, gnuradio randomly decided to start installing in a new python site packages directory. This was repeatable, because it occurred on both of my machines. This created a problem because the older python path took precedent. Perhaps this happened to you as well.

Either way, your issue can only be caused by having more than one gnuradio install on your system. The solution, remove all gnuradio packages installed by synaptic, then find all gnradio directories in /usr and rm -rf all of them. Then reinstall from git

The git repo is exacvtly what I did...
Isn't there any way to be sure this is the problem, and wouldn't some kind of update just solve the matter, or even tellingthe system to use the newest library?

On the other side -cause honestly I'm sure enough about having just one gnu radio- maybe it is possible I have one gnuradio but multiple companion, or multiple python?

Sorry if what I'm telling doesn't mmake sense but my linux culture is still very basic :(



----Messaggio originale----
Da: address@hidden

Data: 02/11/2009 20.36
A: "address@hidden"<address@hidden>
Cc:
<address@hidden>
Ogg: Re: [Discuss-gnuradio] Gnuradio companion
newbie problem
It looks like you have multiple versions of gnuradio
installed. The grc
bin script is recent, but an older version of the gr
library is taking
precedent over the newer version.

Purge your file system
of all gnuradio stuff, and reinstall the version
that you want... preferably
from the git repo :-)
$git clone http://gnuradio.org/git/gnuradio.git

-
Josh
address@hidden wrote:
Hi everyone.

Finally I was able
to install gnuradio (last version) on ubuntu
9.04!
I tried some examples
running them manually and they worked.
I never used the gnuradio
companion so i wanted to try it..
I digited grc on the bash and getting
the following error:
Traceback (most recent call last):
File
"/usr/local/bin/grc", line 45, in <module>
    """%gr.version()

AttributeError:
'module' object has no attribute 'version'

I checked
on synaptics and looked
like grc was not installed... so I installed it
from synaptic but still I have
the same error.

Anyone got any clue?

Thanks for your help!



_______________________________________________
Discuss-gnuradio mailing
list
address@hidden
http://lists.gnu.
org/mailman/listinfo/discuss-gnuradio






reply via email to

[Prev in Thread] Current Thread [Next in Thread]