[Discuss-gnuradio] AttributeError: 'module' object has no attribute 'square3_ff'

2013-10-29 Thread Aydin Tarik Zengin
/pastebin.com/nE4SFn8Y test module is placed under /usr/lib/python2.7/site-packages/test gnuradio is under /usr/lib/python2.7/site-packages/gnuradio Is there any point in the tutorial that does not match with the current version of gnuradio? Thanks in advance Tarik ______

Re: [Discuss-gnuradio] AttributeError: 'module' object has no attribute 'square3_ff'

2013-11-03 Thread Aydin Tarik Zengin
s in advance, Tarik _______ Aydin Tarik Zengin On Tue, Oct 29, 2013 at 5:38 PM, Martin Braun (CEL) wrote: > Hi Tarik, > > On Tue, Oct 29, 2013 at 04:43:53PM +0200, Aydin Tarik Zengin wrote: > > I'm getting an error while adding a new block to grc version > > 3.7.2git-110-gb

Re: [Discuss-gnuradio] AttributeError: 'module' object has no attribute

2013-11-03 Thread Aydin Tarik Zengin
Thanks Martin I'm a newbie for both gnuradio and python. That's why I bother you with simple questions. Now my question is about how to write python blocks for gnuradio. Is there a tutorial for that? What I want to know is how to pass the block parameters to python work method. Thanks Tarik ___

[Discuss-gnuradio] Passing a variable to other blocks

2013-11-21 Thread Aydin Tarik Zengin
block, but it defines it in the top_block.py as I understood correctly. I'm trying to write my own blocks, and I gotta pass some of my variables to the others. What's your advice? Thanks in advance Tarik _______ Aydin Ta