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

2011-07-07 Thread Josh Blum
> 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 so

[Discuss-gnuradio] Python code error on Windows

2011-07-07 Thread Mark Colin
Hi list and Josh, I need your help. As Josh told me I CMake'ified this UCLA ZigBee project based on a similar structured project and made a gr-ucla folder with all needed files, I compiled it and got the gnuradio-UCLA.dll, gnuradio-UCLA.lib files; the swig interface file (UCLA.py, _UCLA.li