[Discuss-gnuradio] OOT Python Block

2015-02-03 Thread Ludwig Stephan (CR/AEH4)
om] Im Auftrag von Tom Rondeau Gesendet: Freitag, 30. Januar 2015 11:38 An: Ludwig Stephan (CR/AEH4); GNURadio Discussion List Betreff: Re: [Discuss-gnuradio] OOT Python Block On Fri, Jan 30, 2015 at 5:31 AM, Ludwig Stephan (CR/AEH4) mailto:stephan.ludw...@de.bosch.com>> wrote: Hi Tom,

Re: [Discuss-gnuradio] OOT Python Block

2015-01-30 Thread Richard Bell
s a >>> Python block (and I rarely work with them myself). >>> >>> Ok, I think the fix for that is to add a "from x import *" into the >>> __init__.py file for the module where x is your Python block. We should >>> test this and add it to gr_modtool to a

Re: [Discuss-gnuradio] OOT Python Block

2015-01-30 Thread Richard Bell
y file for the module where x is your Python block. We should >> test this and add it to gr_modtool to avoid this confusion in the future. >> >> Tom >> >> >> >> >>> >>> >>> *Von:* trond...@trondeau.com [mailto:trond...@trondeau.com] *Im Au

Re: [Discuss-gnuradio] OOT Python Block

2015-01-30 Thread Richard Bell
>> >> >> *Von:* trond...@trondeau.com [mailto:trond...@trondeau.com] *Im Auftrag >> von *Tom Rondeau >> >> *Gesendet:* Freitag, 30. Januar 2015 09:45 >> *An:* Ludwig Stephan (CR/AEH4) >> *Cc:* Richard Bell; discuss-gnuradio@gnu.org >> *Betreff

Re: [Discuss-gnuradio] OOT Python Block

2015-01-30 Thread Tom Rondeau
Im Auftrag > von *Tom Rondeau > > *Gesendet:* Freitag, 30. Januar 2015 09:45 > *An:* Ludwig Stephan (CR/AEH4) > *Cc:* Richard Bell; discuss-gnuradio@gnu.org > *Betreff:* Re: [Discuss-gnuradio] OOT Python Block > > > > On Fri, Jan 30, 2015 at 2:03 AM, Ludwig Stephan (

Re: [Discuss-gnuradio] OOT Python Block

2015-01-30 Thread Tom Rondeau
ans fixing the <+...+> in the impl.cc file -- then it should just "work". Tom > *Gesendet:* Donnerstag, 29. Januar 2015 23:22 > > *An:* discuss-gnuradio@gnu.org > *Betreff:* [Discuss-gnuradio] OOT Python Block > > > > I've created a python block that I&

Re: [Discuss-gnuradio] OOT Python Block

2015-01-29 Thread Ludwig Stephan (CR/AEH4)
von Richard Bell Gesendet: Donnerstag, 29. Januar 2015 23:22 An: discuss-gnuradio@gnu.org Betreff: [Discuss-gnuradio] OOT Python Block I've created a python block that I've tested via command line. It passes all qa tests. I've also created an xml file for it and installed it. I foll

[Discuss-gnuradio] OOT Python Block

2015-01-29 Thread Richard Bell
I've created a python block that I've tested via command line. It passes all qa tests. I've also created an xml file for it and installed it. I followed every step the OOT Python Tutorial explains. I see the category and block in gnuradio-companion. When I use my block in a flowgraph, upon to exec