Re: [Discuss-gnuradio] OFDM MODULATION/DEMODULATION PROBLEM

2012-10-19 Thread Bilal
1)removed still no output...:-( 2)thread[thread-per-block[0]: gr_block gr uhd usrp source (12)]: caught unrecognized exception i think this is not an error as it appears when i close the window 3) i have connected scope with random source to see transmitted integers still no output at

[Discuss-gnuradio] Job opening working for me

2012-10-19 Thread Robert McGwier
http://listings.jobs.vt.edu/applicants/Central?quickFind=196236 -- Bob McGwier Owner and Technical Director, Allied Communication, LLC Facebook: N4HYBob ARS: N4HY ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org

Re: [Discuss-gnuradio] issue with GRC on ubuntu 12.10 - Segmentation Fault when launching the tool

2012-10-19 Thread Arturo Rinaldi
Nella citazione in data Fri Oct 19 03:47:41 2012, Josh Blum ha scritto: On 10/18/2012 05:49 PM, Arturo Rinaldi wrote: After successfully building gnuradio 3.6.2 on *ubuntu quantal quetzal 12.10* i get this error when launching gnuradio-companion : /*

Re: [Discuss-gnuradio] issue with GRC on ubuntu 12.10 - Segmentation Fault when launching the tool

2012-10-19 Thread Josh Blum
the python importing process (python -c from lxml import etree) exits without any error. I decided to switch to the 3.6.1 version from quantal repos until the problem is solved. I tried to install different versions of lxml from pipy but without any success. It sounds like one of

Re: [Discuss-gnuradio] OFDM MODULATION/DEMODULATION PROBLEM

2012-10-19 Thread Josh Blum
On 10/19/2012 05:09 AM, Bilal wrote: 1)removed still no output...:-( 2)thread[thread-per-block[0]: gr_block gr uhd usrp source (12)]: caught unrecognized exception i think this is not an error as it appears when i close the window That might be ok. I think its a boost issue on

Re: [Discuss-gnuradio] issue with GRC on ubuntu 12.10 - Segmentation Fault when launching the tool

2012-10-19 Thread Tom Rondeau
On Fri, Oct 19, 2012 at 11:34 AM, Josh Blum j...@ettus.com wrote: the python importing process (python -c from lxml import etree) exits without any error. I decided to switch to the 3.6.1 version from quantal repos until the problem is solved. I tried to install different versions of lxml

Re: [Discuss-gnuradio] issue with GRC on ubuntu 12.10 - Segmentation Fault when launching the tool

2012-10-19 Thread Martin Braun (CEL)
On Fri, Oct 19, 2012 at 03:53:21PM -0400, Tom Rondeau wrote: My new machine has a brand new install of 12.10 and I'm seeing the same issues. It looks like it's happening on this line in gnuradio-companion: from gnuradio.grc.python.Platform import Platform What's odd is that I can run

Re: [Discuss-gnuradio] issue with GRC on ubuntu 12.10 - Segmentation Fault when launching the tool

2012-10-19 Thread Tom Rondeau
Johnathan Corgan and I /might/ have tracked down the problem. Please check out the branch 'rtld_ticket181_undo' on my github git repo: git://github.com/trondeau/gnuradio.git This undoes something that was put in a while ago to make up for a problem with exceptions in SWIG. We think that a) SWIG