On Wed, Feb 23, 2011 at 9: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...
Will this work if the howto is installed to a different place than where GNU Radio is installed (i.e. using a different --prefix)? In that case there will be two python packages called gnuradio, one in the GNU Radio installation and one in the howto installation and I don't know if python likes that. Alex _______________________________________________ Discuss-gnuradio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
