discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] creating block using gr_modtool.py


From: dilip thapa
Subject: Re: [Discuss-gnuradio] creating block using gr_modtool.py
Date: Wed, 7 Aug 2013 01:02:12 +0000

link for detail post:
http://stackoverflow.com/questions/18092242/def-init-self-args-kwargs-raise-attributeerrorno-constructor-define
 
Sent from Windows Mail
 
From: dilip thapa
Sent: ‎Wednesday‎, ‎August‎ ‎7‎, ‎2013 ‎6‎:‎16‎ ‎AM
To: address@hidden
 
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]