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

2015-03-23 Thread Ludwig Stephan (CR/AEH4)
Rondeau Gesendet: Freitag, 20. März 2015 17:58 An: Ludwig Stephan (CR/AEH4) Cc: discuss-gnuradio@gnu.org Betreff: Re: [Discuss-gnuradio] Fwd: AttributeError: 'module' object has no attri On Fri, Mar 20, 2015 at 12:42 PM, Ludwig Stephan (CR/AEH4) mailto:stephan.ludw...@de.bosch.com&

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

2015-03-20 Thread Tom Rondeau
On Fri, Mar 20, 2015 at 12:42 PM, Ludwig Stephan (CR/AEH4) < stephan.ludw...@de.bosch.com> wrote: > Hi Tom, > > I have a similar problem. I added a pretty plain block, which uses > #include and changed my set() according to your > description to > set(GR_REQUIRED_COMPONENTS RUNTIME BLOCKS PMT PD

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

2015-03-20 Thread Ludwig Stephan (CR/AEH4)
ss-gnuradio] Fwd: AttributeError: 'module' object has no attri Hi Tom, I have a similar problem. I added a pretty plain block, which uses #include and changed my set() according to your description to set(GR_REQUIRED_COMPONENTS RUNTIME BLOCKS PMT PDU) All compiles well, but the same error as in t

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

2015-03-20 Thread Ludwig Stephan (CR/AEH4)
Hi Tom, I have a similar problem. I added a pretty plain block, which uses #include and changed my set() according to your description to set(GR_REQUIRED_COMPONENTS RUNTIME BLOCKS PMT PDU) All compiles well, but the same error as in this thread. Do you have a clue, what I am missing? Regards