Re: [Discuss-gnuradio] Python chaos

2014-05-07 Thread Tom Rondeau
On Wed, May 7, 2014 at 3:43 AM, Vanush Vaswani wrote: > Tom, > > Have you looked at PyQtGraph? I've had some success with it. > > Vanush > Thanks for the suggestion! Yes, I have looked at it. It looks like a great project for working directly in Python, but we mostly do all of our plotting in QT

Re: [Discuss-gnuradio] Python chaos

2014-05-07 Thread Vanush Vaswani
Tom, Have you looked at PyQtGraph? I've had some success with it. Vanush On Thu, Dec 5, 2013 at 1:50 AM, Tom Rondeau wrote: > On Wed, Dec 4, 2013 at 4:49 AM, Stefan Gofferje > wrote: > > Well, joy was short... I added a QT GUI range item and... > > > > Traceback (most recent call last): > >

Re: [Discuss-gnuradio] Python chaos

2014-05-07 Thread Martin Braun
On 07.05.2014 05:59, Vanush Vaswani wrote: The lack of notice for Generate Options is a killer. Not to mention, if using QT sinks with WX GUI set, a cryptic error message is the reuslt. We know, and we have this on our long todo list for GRC. We still don't have an abundance of GRC devs, so do

Re: [Discuss-gnuradio] Python chaos

2014-05-06 Thread Vanush Vaswani
The lack of notice for Generate Options is a killer. Not to mention, if using QT sinks with WX GUI set, a cryptic error message is the reuslt. On Mon, May 5, 2014 at 8:20 PM, activecat wrote: > Tom Rondeau-2 wrote > > Plus, PyQWT has stopped development and has even stated that they will > > no

Re: [Discuss-gnuradio] Python chaos

2014-05-05 Thread activecat
Tom Rondeau-2 wrote > 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. Will this affect gnuradio mo

Re: [Discuss-gnuradio] Python chaos

2013-12-04 Thread Tom Rondeau
On Wed, Dec 4, 2013 at 4:49 AM, Stefan Gofferje 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 > import PyQt4.Qwt5 as Qwt > ImportError: No module named Qwt5 > > libqwt5 *is* install

Re: [Discuss-gnuradio] Python chaos

2013-12-04 Thread Stefan Gofferje
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 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... -- (o_

Re: [Discuss-gnuradio] Python chaos

2013-12-04 Thread Stefan Gofferje
On 12/04/2013 10:33 AM, Johannes Demel wrote: > it might be trivial, but did you adjust the Generate Options? It should > be set to "QT GUI" instead of the default "WX GUI". You are my hero! :D Of course, I forgot that after hours of going through the installed packages on my system and trying to

Re: [Discuss-gnuradio] Python chaos

2013-12-04 Thread Johannes Demel
Hi Gofferje, it might be trivial, but did you adjust the Generate Options? It should be set to "QT GUI" instead of the default "WX GUI". Johannes On 04.12.2013 00:18, Stefan Gofferje wrote: > After some tinkering I am at this error message...: > Traceback (most recent call last): > File "/home

Re: [Discuss-gnuradio] Python chaos

2013-12-04 Thread Stefan Gofferje
After some tinkering I am at this error message...: Traceback (most recent call last): File "/home/sgofferj/top_block.py", line 75, in tb = top_block() File "/home/sgofferj/top_block.py", line 46, in __init__ self.top_layout.addWidget(self._qtgui_freq_sink_x_0_win) File "/usr/lib64/p

Re: [Discuss-gnuradio] Python chaos

2013-12-03 Thread Stefan Gofferje
On 12/03/2013 04:50 PM, Tom Rondeau wrote: > You probably upgraded your system to use QT5, which won't work with > GNU Radio. See about finding a way to switch between QT4 and QT5 on > your Suse system. Nope, no QT5 here. I posted the same question on the opensuse mailinglist some time ago and Ha

Re: [Discuss-gnuradio] Python chaos

2013-12-03 Thread Tom Rondeau
On Tue, Dec 3, 2013 at 4:52 AM, Stefan Gofferje wrote: > Hi, > > I recently installed some stuff on my Opensuse 12.3, including gnuradio > and QGis2. > > When using QT widgets, Gnuradio GRC fails with > > Traceback (most recent call last): > File "/home/sgofferj/top_block.py", line 12, in >

[Discuss-gnuradio] Python chaos

2013-12-03 Thread Stefan Gofferje
Hi, I recently installed some stuff on my Opensuse 12.3, including gnuradio and QGis2. When using QT widgets, Gnuradio GRC fails with Traceback (most recent call last): File "/home/sgofferj/top_block.py", line 12, in from gnuradio import qtgui File "/usr/lib64/python2.7/site-packages/gn