Re: creating block using gr modtool.py

link for detail post:

Sent from Windows Mail

From: dilip thapa
Sent: ‎Wednesday‎, ‎August‎ ‎7‎, ‎2013 ‎6‎:‎16‎ ‎AM
To: [email protected]

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 :
cmake
make
sudo make install
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