Re: [Discuss-gnuradio] QT GUI Entry Block issue

2018-07-13 Thread John Makous
Ok, thanks for the heads up! John On Fri, Jul 13, 2018 at 1:48 PM, Müller, Marcus (CEL) wrote: > Hi John, > > thanks for the info! > Please don't install 3.7.12, but directly go for the most recent > release 3.7.13.3 > > Best regards, > Marcus > > On Fri, 2018-07-13 at 11:16 -0400, John Makous

Re: [Discuss-gnuradio] QT GUI Entry Block issue

2018-07-13 Thread CEL
Hi John, thanks for the info! Please don't install 3.7.12, but directly go for the most recent release 3.7.13.3 Best regards, Marcus On Fri, 2018-07-13 at 11:16 -0400, John Makous wrote: > This is a final follow-up to my recent posts regarding the failure of > the QT GUI Entry block to work

[Discuss-gnuradio] QT GUI Entry Block issue

2018-07-13 Thread John Makous
This is a final follow-up to my recent posts regarding the failure of the QT GUI Entry block to work properly in Gnuradio. The problem occurs if I use Gnuradio 3.7.11, which is what Ubuntu installed on my new machine. I ran a test on a machine running Gnuradio 3.7.12, and there was no issue with

Re: [Discuss-gnuradio] QT GUI Entry block issue

2018-07-12 Thread John Makous
My OS is Ubuntu 18.04 LTS, and I am using Python 2.7.15. On Thu, Jul 12, 2018 at 11:39 AM, Marcus D. Leech wrote: > On 07/12/2018 10:18 AM, John Makous wrote: > >> I am trying to use the QT GUI Entry block to change variables while a >> program is running. However, I have discovered that when I

Re: [Discuss-gnuradio] QT GUI Entry block issue

2018-07-12 Thread Marcus D. Leech
On 07/12/2018 10:18 AM, John Makous wrote: I am trying to use the QT GUI Entry block to change variables while a program is running. However, I have discovered that when I change the variable defined by the Entry block, the program crashes, displaying the error: AttributeError: 'unicode'

[Discuss-gnuradio] QT GUI Entry Block issue

2018-07-12 Thread John Makous
This is a follow up to my previous post. I got the entry block to work by deleting the .toAscii() at the end of the code in line 23 of the gtgui_entry.xml file on my computer: lambda: self.set_$(id)($(type.conv)(str(self._$(id)_line_edit.text.toAscii()() After changing this .xml file, I was

[Discuss-gnuradio] QT GUI Entry block issue

2018-07-12 Thread John Makous
I am trying to use the QT GUI Entry block to change variables while a program is running. However, I have discovered that when I change the variable defined by the Entry block, the program crashes, displaying the error: AttributeError: 'unicode' object has no attribute 'toAscii' I am running GNU