discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Discuss-gnuradio] New Module/block call issue: make function??


From: Nada ABDELKADER
Subject: [Discuss-gnuradio] New Module/block call issue: make function??
Date: Tue, 14 May 2013 12:35:32 +0200
User-agent: Internet Messaging Program (IMP) H3 (4.3.11)

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.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]