discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] attribute key error


From: Jay Kumar
Subject: [Discuss-gnuradio] attribute key error
Date: Fri, 13 Mar 2009 06:53:50 +0100

I have installed Gnuradio-3.1.3 on Red Hat Enterprise Linux-4.The
installation of gnuradio was successful.Even I have got USRP connected
and have loaded the firmware.

But when I try to run the given examples of "gr-utils" for example
usrp_fft.py i get the following error:-

address@hidden python]# ./usrp_fft.py Traceback (most recent call
last):

File "./usrp_fft.py", line 23, in ?

from gnuradio import gr, gru

File "/usr/lib/python2.3/site-packages/gnuradio/gru/init.py", line 37,
in ?

exec "from gnuradio.gruimpl.%s import *" % (f,)

File "<string>", line 1, in ? File
"/usr/lib/python2.3/site-packages/gnuradio/gruimpl/gnuplot_freqz.py",
line 28, in ?

import numpy

File "/usr/lib/python2.3/site-packages/numpy/init.py", line 107, in ?

import ma

File "/usr/lib/python2.3/site-packages/numpy/ma/init.py", line 14, in ?

import core

File "/usr/lib/python2.3/site-packages/numpy/ma/core.py", line 114, in ?

max_filler.update([(k,-numpy.inf) for k in [numpy.float32,
numpy.float64]])

AttributeError?: keys

What is the reason for such type of error.Can someone guide me through
this problem.

Thanks.
-- 
Posted via http://www.ruby-forum.com/.




reply via email to

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