Installing the python blocks

Now, after reading “how to write a signal processing block” i can write
and
properly install c++ signal blocks. But I also need to install few
python
hierarchical blocks and their *.xml’s along with these c++ blocks.

How do I include them to that gr-howto-write-a-block-3.3.0 package, so
that
they would install all together?

Thanks!

View this message in context:
http://old.nabble.com/Installing-the-python-blocks-tp29280865p29280865.html
Sent from the GnuRadio mailing list archive at Nabble.com.

On Tue, Jul 27, 2010 at 02:24:13PM -0700, Thunder87 wrote:

Now, after reading “how to write a signal processing block” i can write and
properly install c++ signal blocks. But I also need to install few python
hierarchical blocks and their *.xml’s along with these c++ blocks.

How do I include them to that gr-howto-write-a-block-3.3.0 package, so that
they would install all together?

Thanks!

Put them in /python and add their names to the modpython_PYTHON
line in /python/Makefile.am

make install

will install them.