On Mon, Dec 10, 2007 at 11:00:50AM -0800, Eric Blossom wrote:
> On Mon, Dec 10, 2007 at 12:33:31PM -0500, Marcus Leech wrote:
> > Eric Blossom wrote:
> > >
> > > Marcus, Numeric is deprecated by everybody, not just us.
> > > Is there an equivalent import that uses numpy instead?
...
I had to take that into account with wsjt
I did this in wsjt.py
try:
from numpy.oldnumeric import zeros
except:
from Numeric import zeros
wsjt should work fine with numpy in the future.
> >
>
> Thanks!
>
- Diane
--
- [EMAIL PROTECTED] [EMAIL PROTECTED] http://www.db.net/~db
_______________________________________________
Discuss-gnuradio mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio