New WX GUI Scope Sink


Discuss-gnuradio mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

On Sun, Jul 27, 2014 at 10:36 AM, Activecat [email protected] wrote:

Dear Sir,

The new WX GUI Scope Sink behaves slightly differently from the previous
one.
How come it only plots the center part (as circled), how to make it plot
the full graph without changing the time/div of x-axis?

Activecat,

We haven’t changed anything in the wxgui for quite some time. My guess
from
this and your last post is that it’s either a version issue of
wxWidgets/wxPython on your machine or that you are not using the OpenGL
versions of the pltoters. Check to make sure that python-opengl is
installed.

Tom

On Tue, Jul 29, 2014 at 1:12 AM, Activecat [email protected] wrote:

Tom
whether “maint” or “master” branch is installed.

Sure because as you found out, PyBOMBS doesn’t install python-opengl.
Since
it’s not required to get wxgui to run, and since we’re trying to
downplay
the use of wxgui blocks, someone else who cared enough would have to
write
and submit and appropriate recipe to add this.

Tom

On Sun, Jul 27, 2014 at 10:58 PM, Tom R. [email protected] wrote:

Activecat,

We haven’t changed anything in the wxgui for quite some time. My guess
from this and your last post is that it’s either a version issue of
wxWidgets/wxPython on your machine or that you are not using the OpenGL
versions of the pltoters. Check to make sure that python-opengl is
installed.

Tom

Yes, as you expected, the python-opengl had not been installed.
After installing it, many weird appearance of wxgui are back to normal.

Thank you very much.

Note:
Above problems happen when I install gnuradio using pybombs, regardless
of
whether “maint” or “master” branch is installed.