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
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 prop
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 t
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
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' object
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 a
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 R