I'm not sure if this is common but I'm trying to track this down so I
thought I would ask to see if anyone else has seen this.

I'm constructing my own module and I patterned it after the howto.  When
my SWIG <module>.cc file is created it is about 3.5MB and the <module>.py
file is 600KB.  The howto module, on the other hand, has howto.cc about
210KB and the howto.py file under 8KB.

Also, when you look in my <module>.py file you find things like:

class gr_oscope_sink_f_sptr(object):
    """Proxy of C++ gr_oscope_sink_f_sptr class"""

I find it rather strange to have oscope things in my module.  (Moreover
these things do not appear in howto.py.)

It won't be much work for me to re-construct my project to (try and) fix
this, but I'm hoping that it is just some obvious argument somewhere
that I'm missing.

Thanks!

-- 
Joshua Lackey, PhD. -- [EMAIL PROTECTED]


_______________________________________________
Discuss-gnuradio mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to