discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Python chaos


From: Tom Rondeau
Subject: Re: [Discuss-gnuradio] Python chaos
Date: Wed, 4 Dec 2013 09:50:12 -0500

On Wed, Dec 4, 2013 at 4:49 AM, Stefan Gofferje <address@hidden> wrote:
> Well, joy was short... I added a QT GUI range item and...
>
> Traceback (most recent call last):
>   File "/home/sgofferj/top_block.py", line 16, in <module>
>     import PyQt4.Qwt5 as Qwt
> ImportError: No module named Qwt5
>
> libqwt5 *is* installed and there's no "qwt5" package in any repo I know
> off...


You must also have python-qwt5 (or PyQWT) installed to use these widgets.

And to respond to the above comment from the OpenSUSE mailing list you
posted, this is /not/ reinventing the wheel. We are doing something
completely different with Qwt than what PyQwt does to make all of the
blocks work in C++. We make our own QWT widgets in C++ and then export
those. But we also use PyQWT for things that are naturally supported
there.

Plus, PyQWT has stopped development and has even stated that they will
not support QWT6, which is a shame and will eventually cause us and
anyone else trying to use PyQWT real issues in the future. I've been
looking for an alternative to it.

Tom



reply via email to

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