On Wed, Feb 23, 2011 at 3:48 AM, Martin Braun <[email protected]> wrote: > On Tue, Feb 22, 2011 at 03:10:08PM -0500, Tom Rondeau wrote: >> A quick note regarding the gr-howto-write-a-block. I reworked it a bit >> with what I think is a better solution. I just wanted everyone to be >> aware that previously, you would have done an "import howto" whereas >> now you will want "from gnuradio import howto". >> >> I think this naming and keeping everything under the gnuradio space >> makes more sense. > > > Hi Tom, > > I think this is the right way to go, but I remember a discussion about > this a while ago, when it was changed the other way. There was a problem > with binary installs of GNU Radio (see > http://www.mail-archive.com/[email protected]/msg23132.html). > So just a quick check this was accounted for... > > Cheers, > MB
Yes, and I've already replaced it. After talking with Johnathan and Eric who were involved in the original issues, I made the necessary changes, but forgot to send a note out about it. It's now back to the "import howto" method. Tom _______________________________________________ Discuss-gnuradio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
