Re: [Discuss-gnuradio] broken gnuplot

2014-05-12 Thread Nemanja Savic
If somebody have the same problem, just install pyopengl from source. On Thu, May 8, 2014 at 6:11 PM, Nemanja Savic wrote: > Hi all again, > > actually yes, the problem was due to numpy. Namely, I uninstalled 1.4.1 > which I have on my RHEL6 and installed 1.5 or something. During that opengl >

Re: [Discuss-gnuradio] broken gnuplot

2014-05-08 Thread Nemanja Savic
Hi all again, actually yes, the problem was due to numpy. Namely, I uninstalled 1.4.1 which I have on my RHEL6 and installed 1.5 or something. During that opengl was somehow deleted and when I installed using package manager, numpy 1.4.1 was installed again. best On Wed, Feb 26, 2014 at 6:27 PM

Re: [Discuss-gnuradio] broken gnuplot

2014-02-26 Thread Tom Rondeau
On Wed, Feb 26, 2014 at 6:23 AM, Nemanja Savic wrote: > When I use nongl option, then the gui looks like on the figure I posted, and > when I use gl option, the follosing error occures: > Traceback (most recent call last): > File "/home/savi_ne/work/gnuradio/GRC/top_block.py", line 14, in >

Re: [Discuss-gnuradio] broken gnuplot

2014-02-26 Thread Nemanja Savic
When I use nongl option, then the gui looks like on the figure I posted, and when I use gl option, the follosing error occures: Traceback (most recent call last): File "/home/savi_ne/work/gnuradio/GRC/top_block.py", line 14, in from gnuradio.wxgui import fftsink2 File "/usr/local/lib64/pyt

Re: [Discuss-gnuradio] broken gnuplot

2014-02-25 Thread Nemanja Savic
Thank you Tom. I try tomorrow. On Tue, Feb 25, 2014 at 4:20 PM, Tom Rondeau wrote: > On Tue, Feb 25, 2014 at 9:35 AM, Nemanja Savic wrote: > > Is there any way to repair this, because one or two months ago, > everything > > was ok? Or, is there any log where I can figure what is the exact > pr

Re: [Discuss-gnuradio] broken gnuplot

2014-02-25 Thread Tom Rondeau
On Tue, Feb 25, 2014 at 9:35 AM, Nemanja Savic wrote: > Is there any way to repair this, because one or two months ago, everything > was ok? Or, is there any log where I can figure what is the exact problem? Well, since we don't know what you changed on your side, it's hard to help you fix it. Ag

Re: [Discuss-gnuradio] broken gnuplot

2014-02-25 Thread Nemanja Savic
Is there any way to repair this, because one or two months ago, everything was ok? Or, is there any log where I can figure what is the exact problem? On Tue, Feb 25, 2014 at 3:02 PM, Tom Rondeau wrote: > On Tue, Feb 25, 2014 at 8:07 AM, Nemanja Savic wrote: > >> So, it is default installation.

Re: [Discuss-gnuradio] broken gnuplot

2014-02-25 Thread Tom Rondeau
On Tue, Feb 25, 2014 at 8:07 AM, Nemanja Savic wrote: > So, it is default installation. I use RHEL6. Some time ago I uninstalled > numpy due to installation of new version of matplotlib (I don't know if > this is important). > Now my gui looks like this > That's using wxPython, not gnuplot. It d

Re: [Discuss-gnuradio] broken gnuplot

2014-02-25 Thread Martin Braun
On 02/25/2014 12:49 PM, Nemanja Savic wrote: > Hi all guys, > > lately I have experienced some problems with showing scope and fft plot. > Namely, the plots looks raw and ugly. Once there was an report that > gnuplot was killed. > > Any idea how to check and repair this? Are you using gnuplot?