discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Packaging GNU Radio for Fedora


From: Eric Blossom
Subject: Re: [Discuss-gnuradio] Packaging GNU Radio for Fedora
Date: Tue, 6 Mar 2007 21:32:19 -0800
User-agent: Mutt/1.5.9i

On Tue, Mar 06, 2007 at 07:39:45PM -0800, Matt Ettus wrote:
> 
> >In [4728] on the trunk, I moved these to site-packages/usrpm.
> >  
> 
> Why usrpm?  Why not just usrp?
> 
> Matt

Short answer: because it doesn't work.

Long answer: because there's lots of code that does

  from gnuradio import usrp

which of course puts a module called usrp in the namespace.
If you then try

  from usrp import usrp_dbid

      or

  import usrp.usrp_dbid

You're hosed ;)


Lacking any creativity, I called it usrpm for "usrp module"

Eric




reply via email to

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