discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] AttributeError: 'FileParam' object has no attribu


From: Josh Blum
Subject: Re: [Discuss-gnuradio] AttributeError: 'FileParam' object has no attribute 'entry'
Date: Sat, 23 Jan 2010 12:20:25 -0800
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.8pre) Gecko/20100115 Shredder/3.0.2pre

thanks! the fix will be merged in soon


On 01/23/2010 10:29 AM, Dimitris Symeonidis wrote:
In the latest version of the GNU Radio master tree, there's a small
bug in the GRC GUI that breaks the file selection dialog. The error on
the terminal is this:

Traceback (most recent call last):
   File "/usr/local/lib/python2.6/dist-packages/gnuradio/grc/python/Param.py",
line 68, in _handle_clicked
     self.entry.set_text(file_path)
AttributeError: 'FileParam' object has no attribute 'entry'

It can easily be fixed by replacing 'entry' with '_input' in
grc/python/Param.py, line 68. Patch attached.

Dimitris Symeonidis
"If you think you're too small to make a difference, try sleeping with
a mosquito!" - Amnesty International



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