discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] AttributeError: 'module' object has no attribute "BLO


From: Simone Ciccia S210664
Subject: [Discuss-gnuradio] AttributeError: 'module' object has no attribute "BLOCK NAME"
Date: Thu, 31 Jul 2014 10:54:16 +0200
User-agent: RoundCube Webmail/0.2.1

Hi at all,
I have some problem in running simulation of a block on gnuradio.
I have developed a simple block, .cc, .h, .i and .xml file attouched here.
All code is compile with success cmake/make/make install/ldconfig 
but when I place the block in gnuradio, running the simulation I get

Traceback (most recent call last):
  File "/home/simone/Scrivania/top_block.py", line 155, in <module>
    tb = top_block()
  File "/home/simone/Scrivania/top_block.py", line 106, in __init__
    self.agcs_newblock_0 = agcs.newblock()
AttributeError: 'module' object has no attribute 'newblock'

Who is related this error? 
Have I bad configured some file?
 

Thanks in advance,
Simone Ciccia

Attachment: top_block.py
Description: Text Data

Attachment: newblock_impl.h
Description: Text Data

Attachment: newblock_impl.cc
Description: Text Data

Attachment: newblock.h
Description: Text Data

Attachment: agcs_swig.i
Description: Text Data

Attachment: agcs_newblock.xml
Description: Text Data


reply via email to

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