discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] Python code error on Windows


From: Josh Blum
Subject: Re: [Discuss-gnuradio] Python code error on Windows
Date: Thu, 07 Jul 2011 20:21:53 -0700
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110516 Lightning/1.0b2 Thunderbird/3.1.10

>     return _gnuradio_core_runtime.gr_top_block_sptr_start(self)
> RuntimeError: In hierarchical block cc1k_mod_pkts, input 0 is not connected 
> internally
> 

Well that right there looks like your problem. cc1k_mod_pkts must be a
block with an input, but you didnt connect its input to a data source.

-josh



reply via email to

[Prev in Thread] Current Thread [Next in Thread]