Hi,

I've added a module 'sensingmod' with a "noblock" block 'sensing' but when I tried to call the block from python, I got this error:

Traceback (most recent call last):
  File "./tunnel_tx_simul.py", line 49, in <module>
    from sensingmod import sensing
File "/usr/local/lib/python2.7/dist-packages/sensingmod/__init__.py", line 45, in <module>
    from sensingmod_swig import *
File "/usr/local/lib/python2.7/dist-packages/sensingmod/sensingmod_swig.py", line 188, in <module>
    sensing = sensing.make;
AttributeError: type object 'sensing' has no attribute 'make'

I thought I had to add a function "make" to the block but still got the error.

Any Idea?

Regards,
Nada


----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.



_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to