Re: [Discuss-gnuradio] Problem with Wx Gui FFT

2013-05-14 Thread Johnathan Corgan
On Tue, May 14, 2013 at 10:05 AM, wrote: > ** > > You can use the "-m" option on build-gnuradio now to cause it to use > "master" instead of "maint". > > I'm surprised that my fix for the set_callback() problem wasn't > propagated to "maint" -- it went into "master" some time ago. > An oversight

Re: [Discuss-gnuradio] Problem with Wx Gui FFT

2013-05-14 Thread mleech
On 14 May 2013 11:29, maiconkist wrote: > Hi Patrick, > > my mistake, the correct is 'wxgui', as you said. > > This solved my problem. Yesterday I cloned and compiled the gnuradio sources > by myself, instead of using the script provided by in the official site. I > notice that the script do

Re: [Discuss-gnuradio] Problem with Wx Gui FFT

2013-05-14 Thread maiconkist
Hi Patrick, my mistake, the correct is 'wxgui', as you said. This solved my problem. Yesterday I cloned and compiled the gnuradio sources by myself, instead of using the script provided by in the official site. I notice that the script doesn't compile the master branch. The script did a checkout

Re: [Discuss-gnuradio] Problem with Wx Gui FFT

2013-05-14 Thread Patrik Tast
: poes-weather.com -Original Message- From: maiconkist To: Discuss-gnuradio@gnu.org Subject: Re: [Discuss-gnuradio] Problem with Wx Gui FFT Date: Tue, 14 May 2013 07:08:42 -0700 (PDT) I recompiled all again last night. Build version 3.6.4.1-203-g0641a449. The problem continues. The suggestion wi

Re: [Discuss-gnuradio] Problem with Wx Gui FFT

2013-05-14 Thread maiconkist
Hi Marcus, double checked this, gnuradio from repository is not installed. I notifice that when I click the close button in the uhd_fft window, for an instant the FFT plot is shown. Thanks. -- View this message in context: http://gnuradio.4.n7.nabble.com/Problem-with-Wx-Gui-FFT-tp41275p41312

Re: [Discuss-gnuradio] Problem with Wx Gui FFT

2013-05-14 Thread mleech
On 14 May 2013 10:08, maiconkist wrote: > I recompiled all again last night. Build version 3.6.4.1-203-g0641a449. The > problem continues. > > The suggestion with the '[wxwidgets] style=nongl' didn't work for me. > > OpenGL is working fine here. All 3D desktop effects works and glxgear runs

Re: [Discuss-gnuradio] Problem with Wx Gui FFT

2013-05-14 Thread maiconkist
I recompiled all again last night. Build version 3.6.4.1-203-g0641a449. The problem continues. The suggestion with the '[wxwidgets] style=nongl' didn't work for me. OpenGL is working fine here. All 3D desktop effects works and glxgear runs fine. Any clue about this problem ? -- View this mess

Re: [Discuss-gnuradio] Problem with Wx Gui FFT

2013-05-13 Thread Patrik Tast
: discuss-gnuradio@gnu.org Subject: Re: [Discuss-gnuradio] Problem with Wx Gui FFT Date: Tue, 14 May 2013 04:56:41 +1000 On Tue, May 14, 2013 at 4:48 AM, Marcus D. Leech wrote: The reported error should have been fixed in: commit 50d9b3282ae65b7cf6bf007ab8f32b4ae7cc3ed1

Re: [Discuss-gnuradio] Problem with Wx Gui FFT

2013-05-13 Thread Marcus D. Leech
On Tue, May 14, 2013 at 4:48 AM, Marcus D. Leech > wrote: The reported error should have been fixed in: commit 50d9b3282ae65b7cf6bf007ab8f32b4ae7cc3ed1 The problem is that if you have an app that makes use of the "set_callback" feature, prior to that c

Re: [Discuss-gnuradio] Problem with Wx Gui FFT

2013-05-13 Thread Johnathan Corgan
On Tue, May 14, 2013 at 4:48 AM, Marcus D. Leech wrote: > The reported error should have been fixed in: > > commit 50d9b3282ae65b7cf6bf007ab8f32b4ae7cc3ed1 > > > The problem is that if you have an app that makes use of the > "set_callback" feature, prior to that commit, it would provoke an exce

Re: [Discuss-gnuradio] Problem with Wx Gui FFT

2013-05-13 Thread Marcus D. Leech
On Tue, May 14, 2013 at 2:01 AM, Mike Jameson > wrote: I'm having the same trouble on Ubuntu 12.04 LTS x64 after playing with the AMD/ATI drivers. The quick solution is to add the following to ~/.gnuradio/config.conf : [wxgui] style=nongl This w

Re: [Discuss-gnuradio] Problem with Wx Gui FFT

2013-05-13 Thread Johnathan Corgan
On Tue, May 14, 2013 at 2:01 AM, Mike Jameson wrote: > I'm having the same trouble on Ubuntu 12.04 LTS x64 after playing with the > AMD/ATI drivers. > > The quick solution is to add the following to ~/.gnuradio/config.conf : > > [wxgui] > style=nongl > This works, but the non-GL sinks are terri

Re: [Discuss-gnuradio] Problem with Wx Gui FFT

2013-05-13 Thread maiconkist
Hi Mike, I recompiled the source today again. The problem continues. The builddate is: Mon, 13 May 2013 13:37:52 Is worth recompiling again? Thanks -- View this message in context: http://gnuradio.4.n7.nabble.com/Problem-with-Wx-Gui-FFT-tp41275p41285.html Sent from the GnuRadio mailing list

Re: [Discuss-gnuradio] Problem with Wx Gui FFT

2013-05-13 Thread maiconkist
Marcus, I downloaded and compiled it directly from the official git repository. Thanks -- View this message in context: http://gnuradio.4.n7.nabble.com/Problem-with-Wx-Gui-FFT-tp41275p41283.html Sent from the GnuRadio mailing list archive at Nabble.com. __

Re: [Discuss-gnuradio] Problem with Wx Gui FFT

2013-05-13 Thread Mike Jameson
Hi, I believe that error is due to me experimenting with the uhd_fft 'click on fft to change frequency' feature. Are you using the current master branch as this contains Marcus Leech's fix for it. Cheers, Mike -- Mike Jameson M0MIK BSc MIET Email: m...@scanoo.com Web: http://scanoo.com On Mo

Re: [Discuss-gnuradio] Problem with Wx Gui FFT

2013-05-13 Thread Marcus D. Leech
Hi Mike, thank for you reply. But with this option the uhd_fft crashes. The following is thrown in the terminal: AttributeError: 'gr_hier_block2_sptr' object has no attribute 'set_callback' More info about my machine: Ubuntu 13.04 with KDE and a Intel i915 graphics card. That would mean that y

Re: [Discuss-gnuradio] Problem with Wx Gui FFT

2013-05-13 Thread maiconkist
Hi Mike, thank for you reply. But with this option the uhd_fft crashes. The following is thrown in the terminal: AttributeError: 'gr_hier_block2_sptr' object has no attribute 'set_callback' More info about my machine: Ubuntu 13.04 with KDE and a Intel i915 graphics card. On Mon, May 13, 2013 at

Re: [Discuss-gnuradio] Problem with Wx Gui FFT

2013-05-13 Thread Marcus D. Leech
Hi, I'm having the same trouble on Ubuntu 12.04 LTS x64 after playing with the AMD/ATI drivers. The quick solution is to add the following to ~/.gnuradio/config.conf : [wxgui] style=nongl Regards, Mike Note that you lose some functionality when going to the non-gl versions of wxGui. Inclu

Re: [Discuss-gnuradio] Problem with Wx Gui FFT

2013-05-13 Thread Mike Jameson
Hi, I'm having the same trouble on Ubuntu 12.04 LTS x64 after playing with the AMD/ATI drivers. The quick solution is to add the following to ~/.gnuradio/config.conf : [wxgui] style=nongl Regards, Mike -- Mike Jameson M0MIK BSc MIET Email: m...@scanoo.com Web: http://scanoo.com On Mon, May

Re: [Discuss-gnuradio] Problem with Wx Gui FFT

2013-05-13 Thread Alexandru Csete
On Mon, May 13, 2013 at 5:27 PM, maiconkist wrote: > Hi, > > recently I upgraded my PC to Ubuntu 13.04. After that, I also updated the > GNU Radio + UHD installation. Almost everything is working. A problem that > appeared is that the Wx Gui FFT is not showing the chart. > > As is said: an image i

[Discuss-gnuradio] Problem with Wx Gui FFT

2013-05-13 Thread maiconkist
Hi, recently I upgraded my PC to Ubuntu 13.04. After that, I also updated the GNU Radio + UHD installation. Almost everything is working. A problem that appeared is that the Wx Gui FFT is not showing the chart. As is said: an image is worth a thousand words. So I attached the uhd_fft execution.

Re: [Discuss-gnuradio] Problem with wx when upgrading to GnuRadio 3.3

2010-11-11 Thread Tom Rondeau
On Wed, Nov 10, 2010 at 12:43 PM, Scott Johnston wrote: > Hello, > > I recently downloaded and installed gnuradio 3.3 and all of the dependencies > listed on http://gnuradio.org/redmine/wiki/gnuradio/FedoraInstall. I then > uninstalled 3.3 and reverted to 3.2.2 and now I can't import wx. > > I hav

[Discuss-gnuradio] Problem with wx when upgrading to GnuRadio 3.3

2010-11-10 Thread Scott Johnston
Hello, I recently downloaded and installed gnuradio 3.3 and all of the dependencies listed on http://gnuradio.org/redmine/wiki/gnuradio/FedoraInstall. I then uninstalled 3.3 and reverted to 3.2.2 and now I can't import wx. I have fedora 11. Somebody on an Ubuntu forum fixed it by installing

Re: [Discuss-gnuradio] problem with wx

2008-02-04 Thread Eric Blossom
On Mon, Feb 04, 2008 at 10:15:28AM -0800, sriram s wrote: > Hello everyone, > I've installed gnuradio 3.1.1 on a system running slackware > linux. Im new to linux and my knowledge on linux is rather > limited. Inspite of this, I've somehow managed to install the > packages

[Discuss-gnuradio] problem with wx

2008-02-04 Thread sriram s
Hello everyone, I've installed gnuradio 3.1.1 on a system running slackware linux. Im new to linux and my knowledge on linux is rather limited. Inspite of this, I've somehow managed to install the packages correctly and have also successfully tested it by running the dialton