Re: [Discuss-gnuradio] GNU Radio via MacPorts Updated

2010-11-12 Thread Michael Dickens
On Nov 12, 2010, at 4:12 PM, Alexandru Csete wrote: > I don't know if anything got fixed in the macports package but I got a tip to > execute a "python_select python26" and reboot. After doing so and installing > py26-scipy I could execute the qt_digital.py example included in the gr-qtgui > com

Re: [Discuss-gnuradio] GNU Radio via MacPorts Updated

2010-10-05 Thread Mark J. Blair
On Sep 7, 2010, at 7:28 AM, Michael Dickens wrote: > I've updated the GNU Radio install via MacPorts to 3.3.0. I'm sorry that I'm so terribly late trying this out, but I got distracted from working with gnuradio stuff for a while. I finally got around to trying this tonight, and it seems to be

Re: [Discuss-gnuradio] GNU Radio via MacPorts Updated

2010-10-02 Thread Michael Dickens
Hi Ed - Good stuff; I'm glad someone else is trying these ports out. A few thoughts: (1) Can you send me, off list, the issues you're having getting ports installed as i386 or universal or whatever (ports & log files as indicated by port)? I'll see what I can do to fix them up. For example,

Re: [Discuss-gnuradio] GNU Radio via MacPorts Updated

2010-10-01 Thread Ed Criscuolo
Michael, Some time back, I was trying to get a 32-bit version of GnuRadio, including grc, to build and install on OSX 10.6. That project went on hold for a while, but is now starting to wake back up, so I gave it another try, using your 3.3.0 macport. Here's the results: OS is 10.6.4, on a 1

Re: [Discuss-gnuradio] GNU Radio via MacPorts Updated

2010-09-15 Thread Michael Dickens
On Sep 14, 2010, at 5:12 PM, Michael Dickens wrote: > We're just discussing this issue (32-bit execution) on the MacPorts' lists. > The quick end-result is: With the current MacPorts' provided python2.6 or > older, the PREFER_32_BIT stuff does not work because 'python' is actually > just a wrap

Re: [Discuss-gnuradio] GNU Radio via MacPorts Updated

2010-09-15 Thread Elvis Dowson
HI Dave, Just some info, not directly related but useful to keep in mind... wxPython and wxWidgets 2.8.1.1 is already installed on Mac OS X 10.6.4. However, for some reason the GNU Radio configure process is not able to detect the wxPython installation. But that would be for 32-

Re: [Discuss-gnuradio] GNU Radio via MacPorts Updated

2010-09-15 Thread dave k
i compiled from scratch wxWidgets 2.9.1, but python is still using mac's 2.8 version. How do i tell python to use the locally installed version? --- On Wed, 9/15/10, Elvis Dowson wrote: > From: Elvis Dowson > Subject: Re: [Discuss-gnuradio] GNU Radio via MacPorts Updated >

Re: [Discuss-gnuradio] GNU Radio via MacPorts Updated

2010-09-14 Thread Elvis Dowson
Hi Michael, On Sep 15, 2010, at 1:12 AM, Michael Dickens wrote: > Hi Dave - We're just discussing this issue (32-bit execution) on the > MacPorts' lists. The quick end-result is: With the current MacPorts' > provided python2.6 or older, the PREFER_32_BIT stuff does not work because > 'python'

Re: [Discuss-gnuradio] GNU Radio via MacPorts Updated

2010-09-14 Thread Elvis Dowson
Hi, On Sep 15, 2010, at 12:49 AM, dave k wrote: > guys im having this issue with wxgui when trying to run usrp_fft.py on snow > leopard > > $ usrp_fft.py > Traceback (most recent call last): > File "/opt/local/bin/usrp_fft.py", line 27, in >from gnuradio.wxgui import stdgui2, fftsink2, w

Re: [Discuss-gnuradio] GNU Radio via MacPorts Updated

2010-09-14 Thread Michael Dickens
Hi Dave - We're just discussing this issue (32-bit execution) on the MacPorts' lists. The quick end-result is: With the current MacPorts' provided python2.6 or older, the PREFER_32_BIT stuff does not work because 'python' is actually just a wrapper around 'exec' and the bit-preferences are no p

Re: [Discuss-gnuradio] GNU Radio via MacPorts Updated

2010-09-14 Thread dave k
guys im having this issue with wxgui when trying to run usrp_fft.py on snow leopard $ usrp_fft.py Traceback (most recent call last): File "/opt/local/bin/usrp_fft.py", line 27, in from gnuradio.wxgui import stdgui2, fftsink2, waterfallsink2, scopesink2, form, slider File "/opt/local/li

Re: [Discuss-gnuradio] GNU Radio via MacPorts Updated

2010-09-11 Thread Alexandru Csete
On Wed, Sep 8, 2010 at 4:27 AM, Michael Dickens wrote: > On Sep 7, 2010, at 2:04 PM, Elvis Dowson wrote: > > Does it use the GTK+ with support for native OS X look and feel? > > It uses whatever MacPorts provides; by default: > > gtk2 @2.20.1_0 +x11 > > but I can specify for it to use instead: >

Re: [Discuss-gnuradio] GNU Radio via MacPorts Updated

2010-09-09 Thread Michael Dickens
Thank you, Alexandru, for the report. I'm glad the basics work for you; they do for me as well. Everything seems to work except for the QtGUI. I've found in my install that the QtGUI doesn't work yet either, in exactly the same way that yours fails. I know where the problem lies, and I'll be

Re: [Discuss-gnuradio] GNU Radio via MacPorts Updated

2010-09-09 Thread Alexandru Csete
On Thu, Sep 9, 2010 at 11:26 PM, Alexandru Csete wrote: > ... > (4) Not sure about the Qt stuff... In the source tree I tried to execute > the pyqt_example.py script and got: > Traceback (most recent call last): > File "pyqt_example.py", line 4, in > from gnuradio.qtgui import qtgui > Fi

Re: [Discuss-gnuradio] GNU Radio via MacPorts Updated

2010-09-09 Thread Alexandru Csete
On Tue, Sep 7, 2010 at 4:28 PM, Michael Dickens wrote: > I've updated the GNU Radio install via MacPorts to 3.3.0. > > For those OSX users out there who are using GNU Radio and MacPorts, could > you give this a shot & see if it works for you? If you do install them for > testing purposes & want

Re: [Discuss-gnuradio] GNU Radio via MacPorts Updated

2010-09-07 Thread Michael Dickens
On Sep 7, 2010, at 2:04 PM, Elvis Dowson wrote: > Does it use the GTK+ with support for native OS X look and feel? It uses whatever MacPorts provides; by default: gtk2 @2.20.1_0 +x11 but I can specify for it to use instead: gtk2 @2.20.1_0 +no_x11 +quartz and then I have to go through all

Re: [Discuss-gnuradio] GNU Radio via MacPorts Updated

2010-09-07 Thread Elvis Dowson
Hi Michael, On Sep 7, 2010, at 6:28 PM, Michael Dickens wrote: > I've updated the GNU Radio install via MacPorts to 3.3.0. I just have a quick question.. are all the library dependencies for GNU Radio build as 32-bit only executables or for both 32-bit and 64-bit? Best regards, Elvis Dowson