discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] creating block using gr_modtool. py


From: dilip thapa
Subject: [Discuss-gnuradio] creating block using gr_modtool. py
Date: Tue, 6 Aug 2013 22:41:27 +0000

Hi,
 
I am working with gnuradio 3.3.0 and now trying to create new block using gr_modtool.py.
I am able to do following :
  1. cmake
  2. make
  3. sudo make install
  4. sudo ldconfig
after editing header file of bin and lib with .cc file.
Then while using newly created block with GRC I got following error
 

def __init__(self, *args, **kwargs): raise AttributeError(“No constructor defined”) AttributeError: No constructor defined

Detail I have posted here. Is this error due to lower version of GNURadio, if not how can I solve this.
Please help me out. 
 
Sent from Windows Mail
 

reply via email to

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