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 mo
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 us