On Wed, Apr 06, 2005 at 09:19:47AM -0700, John Clark wrote:
> 
> After some set of upgrades and not-obvious-links I got the 
> 'for-all-dirs' to get to the point
> of the CPPUNIT testing phase, and got this (python version is 2.3.3 ).
> 
> >>> gr_fir_fff: using SSE
> .
> ----------------------------------------------------------------------
> Ran 1 test in 0.065s
> 
> OK
> .E
> ======================================================================
> ERROR: test_gru_import (__main__.test_head)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
> File "./qa_kludged_imports.py", line 39, in test_gru_import
> from gnuradio import gru
> File
> "/home/GNURadio/gnuradio-core/src/python/gnuradio/gru/__init__.py",
> line 37, in ?
> exec "from gnuradio.gruimpl.%s import *" % (f,)
> File "<string>", line 1, in ?
> File
> "/home/GNURadio/gnuradio-core/src/python/gnuradio/gruimpl/freqz.py",
> line 57, in ?
> import Numeric
> ImportError: No module named Numeric
> 
> ----------------------------------------------------------------------
> Ran 2 tests in 0.111s
> 
> FAILED (errors=1)
> .....
> ----------------------------------------------------------------------
> Ran 5 tests in 0.009s
> 
> OK
> ...


Glad to hear you are up to this point. I get the same error. :)


That was introduced in the 2.5 tarballs as well, wasn't in the 2.4 version.


-- 
LRK
[EMAIL PROTECTED]

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

Reply via email to