Re: [Discuss-gnuradio] Ettus Research announcements Nov 2006

2006-11-12 Thread Richard Clarke
Yes, I would have to agree with Berndt on this. The casing is a good idea but I think it would be better to keep it as an option rather than forcing it on people and increasing the price of the USRP. It is not essential to the operation of the USRP, just nice to have. Cheers Richard Berndt Jo

Re: [Discuss-gnuradio] Ettus Research announcements Nov 2006

2006-11-12 Thread Berndt Josef Wulf
I think that the compulsory addition of a housing will deter many people on low budget from purchasing a USRP. It has become a pricy commodity. Just my opinion, cheerio Berndt On Monday 13 November 2006 07:13, Matt Ettus wrote: > > > USRP Update, Nov 12t

Re: [Discuss-gnuradio] Problems installing wxPython

2006-11-12 Thread Newell Jensen
Thomas, That link only gives a package description, not a download. Also, it is for the 64-bit distribution and I am running a 32-bit distro. Thanks though. Hi Newell Try this package: http://www.novell.com/products/linuxpackages/suselinux/python-wxgtk.html Thomas __

Re: [Discuss-gnuradio] Problems installing wxPython

2006-11-12 Thread Thomas Schmid
On 11/12/06, Eric Blossom <[EMAIL PROTECTED]> wrote: On Sun, Nov 12, 2006 at 08:43:15PM +, Newell Jensen wrote: > Eric, > > I am running a SuSE 10.0 distribution. I looked throughout the > repsoitories, on the DVD, as well as the suse.org site for package > downloads and didn't find anything

Re: [Discuss-gnuradio] Problems installing wxPython

2006-11-12 Thread Eric Blossom
On Sun, Nov 12, 2006 at 08:43:15PM +, Newell Jensen wrote: > Eric, > > I am running a SuSE 10.0 distribution. I looked throughout the > repsoitories, on the DVD, as well as the suse.org site for package > downloads and didn't find anything. OK. I know it was available in the "for pay vers

[Discuss-gnuradio] Ettus Research announcements Nov 2006

2006-11-12 Thread Matt Ettus
USRP Update, Nov 12th, 2006 In this issue -- 1> USRP-announce Mailing List 2> Enclosure [Finally] Available! 3> SDR06 Conference == Mailing List Changes ---

[Discuss-gnuradio] Ettus Research announcements Nov 2006

2006-11-12 Thread Matt Ettus
USRP Update, Nov 12th, 2006 In this issue -- 1> USRP-announce Mailing List 2> Enclosure [Finally] Available! 3> SDR06 Conference == Mailing List Changes ---

Re: [Discuss-gnuradio] Problems installing wxPython

2006-11-12 Thread Newell Jensen
Eric, I am running a SuSE 10.0 distribution. I looked throughout the repsoitories, on the DVD, as well as the suse.org site for package downloads and didn't find anything. You didn't specify which platform, OS, or distribution you were trying this on. In general, there is _no_ reason to b

Re: [Discuss-gnuradio] hier_block

2006-11-12 Thread Erlend Barstad Strand
Thanks for the hint on xemacs...However I still have problems compiling it most likely because I do not know how to use the makefiles properly Now I get an error when trying to use my qam_corr_demod: " self.qam_demod = qam.qam_corr_demod(self, Fs, Fc, amplitude, decimation)AttributeError: '

Re: [Discuss-gnuradio] Problems installing wxPython

2006-11-12 Thread Jordan Hayes
Eric writes: In general, there is _no_ reason to build wxpython from source. I've been unable to get (the latest versions, from scratch -- the only reason I'm bringing up this machine is for gnuradio, so I don't care which politics are involved) Gentoo, Ubuntu, or Debian to put all the piec

Re: [Discuss-gnuradio] hier_block

2006-11-12 Thread Eric Blossom
On Sun, Nov 12, 2006 at 11:52:03AM +0100, Erlend Barstad Strand wrote: > Sorry, I realise I was a bit short. > > The file I'm trying to compile is qam_corr_demod.py. > > fg.connect(self.carrier_inphase, (self.qam_corr,1)) > fg.connect((self.carrier_quadrature, (self.qam_corr,2))

Re: [Discuss-gnuradio] Problems installing wxPython

2006-11-12 Thread Eric Blossom
On Sun, Nov 12, 2006 at 09:13:26AM +, Newell Jensen wrote: > I am getting this problem when I go to install wxPython. As far as I know > I have all known dependencies. This is the error I get when I go to > install it. I do not know what the error at the bottom is representing. > Thanks.

Re: [Discuss-gnuradio] hier_block

2006-11-12 Thread Erlend Barstad Strand
Sorry, I realise I was a bit short.The file I'm trying to compile is qam_corr_demod.py. I have file directory similar to gr-how-to-square and the makefiles are mostly copies of the makfiles in this example, with modifications. I have made a block, qam.demodulate_cf, which I would like to use t

[Discuss-gnuradio] Problems installing wxPython

2006-11-12 Thread Newell Jensen
I am getting this problem when I go to install wxPython. As far as I know I have all known dependencies. This is the error I get when I go to install it. I do not know what the error at the bottom is representing. Thanks. [EMAIL PROTECTED]:~/wxPython-src-2.7.2.0/wxPython> python setup.py in