|
View:
New views
2 Messages
—
Rating Filter:
Alert me
|
|
|
R: Re: Gnuradio companion newbie problemThanks but... how it is possible? 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: josh@... >Data: 02/11/2009 20.36 >A: "fenix.1980@..."<fenix.1980@...> >Cc: <discuss-gnuradio@...> >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 > >fenix.1980@... 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 >> Discuss-gnuradio@... >> http://lists.gnu. org/mailman/listinfo/discuss-gnuradio > _______________________________________________ Discuss-gnuradio mailing list Discuss-gnuradio@... http://lists.gnu.org/mailman/listinfo/discuss-gnuradio |
|
|
Re: R: Re: Gnuradio companion newbie problemfenix.1980@... 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: josh@... > >> Data: 02/11/2009 20.36 >> A: "fenix.1980@..."<fenix.1980@...> >> Cc: > <discuss-gnuradio@...> >> 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 >> fenix.1980@... 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 >>> Discuss-gnuradio@... >>> http://lists.gnu. > org/mailman/listinfo/discuss-gnuradio > > _______________________________________________ Discuss-gnuradio mailing list Discuss-gnuradio@... http://lists.gnu.org/mailman/listinfo/discuss-gnuradio |
| Free embeddable forum powered by Nabble | Forum Help |