Re: [Discuss-gnuradio] output 0 is not connected internally

2010-12-30 Thread Tom Rondeau
On Wed, Dec 29, 2010 at 10:57 PM, Brad Hein linuxb...@gmail.com wrote: I'm endeavouring to get gnuradio+grc working in Fedora 14 on my i386 computers. I've tried two now, and I'm plagued with the same problems - they just won't execute. I suspect there's a problem which went undetected,

Re: [Discuss-gnuradio] output 0 is not connected internally

2010-12-30 Thread Brad Hein
On Thu, Dec 30, 2010 at 10:26 AM, Tom Rondeau trondeau1...@gmail.comwrote: On Wed, Dec 29, 2010 at 10:57 PM, Brad Hein linuxb...@gmail.com wrote: I'm endeavouring to get gnuradio+grc working in Fedora 14 on my i386 computers. I've tried two now, and I'm plagued with the same problems -

Re: [Discuss-gnuradio] output 0 is not connected internally

2010-12-30 Thread Tom Rondeau
On Thu, Dec 30, 2010 at 11:12 AM, Brad Hein linuxb...@gmail.com wrote: On Thu, Dec 30, 2010 at 10:26 AM, Tom Rondeau trondeau1...@gmail.com wrote: On Wed, Dec 29, 2010 at 10:57 PM, Brad Hein linuxb...@gmail.com wrote: I'm endeavouring to get gnuradio+grc working in Fedora 14 on my i386

Re: [Discuss-gnuradio] output 0 is not connected internally

2010-12-30 Thread Brad Hein
On Thu, Dec 30, 2010 at 11:12 AM, Brad Hein linuxb...@gmail.com wrote: On Thu, Dec 30, 2010 at 10:26 AM, Tom Rondeau trondeau1...@gmail.comwrote: On Wed, Dec 29, 2010 at 10:57 PM, Brad Hein linuxb...@gmail.com wrote: I'm endeavouring to get gnuradio+grc working in Fedora 14 on my i386

Re: [Discuss-gnuradio] output 0 is not connected internally

2010-12-30 Thread George S. Williams
On 12/30/2010 12:16 PM, Brad Hein wrote: Unfortunately the compile failed - I ran into compile errors with things in the usrp2 and gr-usrp2 directories, so I removed them from the Makefile and the compile eventually went through... But make install didn't seem to install any new grc

Re: [Discuss-gnuradio] output 0 is not connected internally

2010-12-30 Thread Marcus D. Leech
On 12/30/2010 12:39 PM, George S. Williams wrote: On 12/30/2010 12:16 PM, Brad Hein wrote: Unfortunately the compile failed - I ran into compile errors with things in the usrp2 and gr-usrp2 directories, so I removed them from the Makefile and the compile eventually went through... But make

Re: [Discuss-gnuradio] output 0 is not connected internally

2010-12-30 Thread Tom Rondeau
On Thu, Dec 30, 2010 at 12:48 PM, Marcus D. Leech mle...@ripnet.com wrote: On 12/30/2010 12:39 PM, George S. Williams wrote: On 12/30/2010 12:16 PM, Brad Hein wrote: Unfortunately the compile failed - I ran into compile errors with things in the usrp2 and gr-usrp2 directories, so I removed

Re: [Discuss-gnuradio] output 0 is not connected internally

2010-12-30 Thread Brad Hein
On Thu, Dec 30, 2010 at 1:26 PM, Tom Rondeau trondeau1...@gmail.com wrote: On Thu, Dec 30, 2010 at 12:48 PM, Marcus D. Leech mle...@ripnet.com wrote: On 12/30/2010 12:39 PM, George S. Williams wrote: On 12/30/2010 12:16 PM, Brad Hein wrote: Unfortunately the compile failed - I ran

Re: [Discuss-gnuradio] output 0 is not connected internally

2010-12-30 Thread Marcus D. Leech
On 12/30/2010 01:51 PM, Brad Hein wrote: Thank you both for your suggestions, I'll go ahead and carefully follow the instructions on the gnuradio wiki page FedoraInstall under gnuradio from tarball. BH Do it from the GIT source. It's almost always stable enough to use. -- Marcus Leech

Re: [Discuss-gnuradio] output 0 is not connected internally

2010-12-30 Thread Brad Hein
On Thu, Dec 30, 2010 at 2:05 PM, Marcus D. Leech mle...@ripnet.com wrote: On 12/30/2010 01:51 PM, Brad Hein wrote: Thank you both for your suggestions, I'll go ahead and carefully follow the instructions on the gnuradio wiki page FedoraInstall under gnuradio from tarball. BH Do it

Re: [Discuss-gnuradio] output 0 is not connected internally

2010-12-30 Thread Marcus D. Leech
On 12/30/2010 04:09 PM, Brad Hein wrote: On Thu, Dec 30, 2010 at 2:05 PM, Marcus D. Leech mle...@ripnet.com mailto:mle...@ripnet.com wrote: On 12/30/2010 01:51 PM, Brad Hein wrote: Thank you both for your suggestions, I'll go ahead and carefully follow the

Re: [Discuss-gnuradio] output 0 is not connected internally

2010-12-30 Thread Josh Blum
[r...@gto ~]# gnuradio-companion Traceback (most recent call last): File /usr/local/bin/gnuradio-companion, line 45, in module %gr.version() AttributeError: 'module' object has no attribute 'version' it looks like its importing from an older install of gnuradio that didnt have the

Re: [Discuss-gnuradio] output 0 is not connected internally

2010-12-30 Thread Brad Hein
On Thu, Dec 30, 2010 at 4:44 PM, Josh Blum j...@joshknows.com wrote: [r...@gto ~]# gnuradio-companion Traceback (most recent call last): File /usr/local/bin/gnuradio-companion, line 45, in module %gr.version() AttributeError: 'module' object has no attribute 'version' it

[Discuss-gnuradio] output 0 is not connected internally

2010-12-29 Thread Brad Hein
I'm endeavouring to get gnuradio+grc working in Fedora 14 on my i386 computers. I've tried two now, and I'm plagued with the same problems - they just won't execute. I suspect there's a problem which went undetected, maybe a python file version mismatch or some other inconsistency. I'm trying