[Discuss-gnuradio] QT GUI Entry Block issue

2018-07-13 Thread John Makous
that it installs. John Makous ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

[Discuss-gnuradio] QT GUI Entry block issue

2018-07-12 Thread John Makous
is running will cause a crash. Anyone familiar with this problem? Thanks! John Makous QTGUI_EntryBLock_test.grc Description: application/gnuradio-grc ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss

[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

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 disc

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-