[Discuss-gnuradio] SWIG Errors

2016-07-02 Thread Dave NotTelling
I have been making lots of OOT modules for various purposes and have run into the same issue several times. I'll build a C++ module, compile it with 'cmake ..' 'make' 'make install' and 'ldconfig'. After all that I import the module to Python (ipython shell) and find that the module (top level

Re: [Discuss-gnuradio] The AttributeError problem now that I have modified a working OOT

2016-07-02 Thread Marcus Müller
HI Tom, this usually implies that SWIG, for some reason, can't/doesn't wrap the class (dstar_decode_bs, in this case). Now, I've taken the liberty to try and build your OOT myself, and I can, without problem, create a dstar_decode_bs object from python. S maybe it's just SWIG messing with