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


_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to