discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: Compatibility_Ubuntu_GnuRadio_Python


From: Marcus Müller
Subject: Re: Compatibility_Ubuntu_GnuRadio_Python
Date: Mon, 25 Jul 2022 13:57:11 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.11.0

Hi Karlheinz,

yep, that's a bug, a student of mine hit the same :)
Volker Schroer fixed that upstream[1] and it's included in GNU Radio 3.10.2.0.

Sadly, I don't think this has trickled down into Ubunut's packaging yet.
If you feel adventurous (notice that I'm usually strongly opposing fiddling with system-installed data, but here, it does seem like an easy enough fix), by replacing line 79 in
"/usr/lib/python3/dist-packages/gnuradio/qtgui/ledindicator.py",
the line becomes
self.setMinimumSize(int(maxWidth), int(maxHeight))
(make very sure not to change the indentation of the file).

Best regards,
Marcus

[1] https://github.com/gnuradio/gnuradio/pull/5541/files

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature


reply via email to

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