Re: [Discuss-gnuradio] Extra line in a module with python blocks

2014-05-20 Thread Marcus Müller
Hi Tom, hi Michael, jep, fixed that, and my pull request was recently merged (thanks, jcorgan ;) ). Sadly, the fix only applies to new modules, but the fix is basically the same as commenting that line out. Instead of commenting it out, you can be safe that your module will also respect C++ bloc

Re: [Discuss-gnuradio] Extra line in a module with python blocks

2014-05-20 Thread Tom Rondeau
On Tue, May 20, 2014 at 8:26 AM, Michal Jakubiak wrote: > Hi there, > > I'm writing an OOT module. For now, the only block I've made is written in > Python. > I follow the guide and everythins is ok until I run the top_block and get > this error: > > File "/usr/local/lib/python2.7/dist-packages

[Discuss-gnuradio] Extra line in a module with python blocks

2014-05-20 Thread Michal Jakubiak
Hi there, I'm writing an OOT module. For now, the only block I've made is written in Python. I follow the guide and everythins is ok until I run the top_block and get this error: File "/usr/local/lib/python2.7/dist-packages/mavlink/__init__.py", line 45, in from mavlink_swig import * FYI,