discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] grc from svn on Jaunty yields AttributeError: 'mo


From: Josh Blum
Subject: Re: [Discuss-gnuradio] grc from svn on Jaunty yields AttributeError: 'module' object has no attribute 'version'
Date: Tue, 08 Sep 2009 23:15:12 -0700
User-agent: Thunderbird 2.0.0.23 (X11/20090817)

I'm not a python person, but it appears that there are some problems after I updated my copy of gnuradio from svn. Make and make check work fine, but when I start grc, I get the following grumbles:


It looks like your installed gnuradio is not up-to-date with your svn checkout. Did you do a make install?

address@hidden:~/Desktop/gnuradio/grc/scripts$ ./grc

Also, when you do a make install, the grc script will be installed in your PATH.

Traceback (most recent call last):
 File "./grc", line 45, in <module>
   """%gr.version()
AttributeError: 'module' object has no attribute 'version'
address@hidden:~/Desktop/gnuradio/grc/scripts$


-Josh




reply via email to

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