discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] gr-howto-write-a-block refactored


From: Eric Blossom
Subject: [Discuss-gnuradio] gr-howto-write-a-block refactored
Date: Thu, 4 Mar 2010 07:15:19 -0800
User-agent: Mutt/1.5.20 (2009-08-17)

Hi folks,

I just committed a change to gr-howto-write-a-block that now has it
install in the "howto" python namespace instead of in the
"gnuradio.howto" namespace.

This allows howto (or other things based on it) to install under a
non-system prefix.  For systems using binary GR packages, this means
that user written "out of tree code" will not have a conflict with the
"gnuradio" namespace.

>From a high level point of view, this changes means that if you're
using these blocks, you would now import them using

  import howto

instead of

  from gnuradio import howto

Eric




reply via email to

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