discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] Error re make check in gnuradio-3.0.2


From: Rohit Gupta
Subject: [Discuss-gnuradio] Error re make check in gnuradio-3.0.2
Date: Sat, 18 Nov 2006 23:39:18 -0800

Hello,

I am trying to install Gnuradio-3.0.2 on 2.6.9-22 Enterprise Linux running on x86 platform. I installed the following dependencies

boost_1_33_1    cppunit-1.10.2  fftw-3.1.2    sdcc-2.6.0
cppunit-1.10.0    numpy-1.0       swig-1.3.29

The commands "configure" and "make" run fine. However, I get error when I run make check. The error is following...

======================================================================
ERROR: test_blks_import (__main__.test_head)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "./qa_kludged_imports.py", line 35, in test_blks_import
   from gnuradio import blks
File "/mnt/dosc/home/rohit/GNURadio/gnuradio-3.0.2/gnuradio-core/src/python/gnuradio/blks/__init__.py", line 37, in ?
   exec "from gnuradio.blksimpl.%s import *" % (f,)
 File "<string>", line 1, in ?
File "/mnt/dosc/home/rohit/GNURadio/gnuradio-3.0.2/gnuradio-core/src/python/gnuradio/blksimpl/dbpsk.py", line 28, in ?
   from gnuradio import gr, gru, modulation_utils
File "/mnt/dosc/home/rohit/GNURadio/gnuradio-3.0.2/gnuradio-core/src/python/gnuradio/gru/__init__.py", line 37, in ?
   exec "from gnuradio.gruimpl.%s import *" % (f,)
 File "<string>", line 1, in ?
File "/mnt/dosc/home/rohit/GNURadio/gnuradio-3.0.2/gnuradio-core/src/python/gnuradio/gruimpl/freqz.py", line 57, in ?
   import Numeric
ImportError: No module named Numeric

----------------------------------------------------------------------
Ran 2 tests in 0.010s

FAILED (errors=1)

I would appreciate if anyone could give me any pointers to fix this error.

Rohit





reply via email to

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