Re: [Discuss-gnuradio] Linking gr-digital in OOT Module (Success on OSX, fails on Linux)

2016-11-12 Thread Daniel P. Martin
Just today I had a problem like this in an OOT module on Ubuntu. I'd added a callback method to allow gnuradio-companion to set a changed parameter. I'm not sure if this is the way it's supposed to work, but I had to go back to the build directory and do a "cmake ../" to get swig to discover th

[Discuss-gnuradio] Python/SWIG problems

2017-03-19 Thread Daniel P. Martin
I periodically run into problems with the Python/SWIG portion of my out-of-tree module builds. Wrapper modules are built by swig but appear empty. I'm running Ubuntu 16.04. The error I get when I try to run a typical flowgraph that uses my "abc_module" from GRC is Using Volk machin

Re: [Discuss-gnuradio] Python/SWIG problems

2017-03-20 Thread Daniel P. Martin
The problem I had was exactly as Patrick describs, as was the solution. I'd recommend putting this information on the new Wiki! Dan Martin On 3/19/17 10:11 PM, Daniel P. Martin wrote: I periodically run into problems with the Python/SWIG portion of my out-of-tree module builds. Wrapper

Re: [Discuss-gnuradio] Python/SWIG problems

2017-03-21 Thread Daniel P. Martin
03/20/2017 01:46 AM, Daniel P. Martin wrote: I found the answer to this post in the discuss-gnuradio archive. The answer was posted by Patrick Sathyanathan: [Discuss-gnuradio] OOT Module Attribute Error module object has no attribute 'blockname' <http://lists.gnu.org/archive/html/discus