discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] CVS check out and then failed to build... (Furthe


From: Eric Blossom
Subject: Re: [Discuss-gnuradio] CVS check out and then failed to build... (Further failures...)
Date: Wed, 6 Apr 2005 12:02:00 -0700
User-agent: Mutt/1.5.6i

On Wed, Apr 06, 2005 at 09:19:47AM -0700, John Clark wrote:
> Eric Blossom 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
> ...

Sorry about that.  I'll update the README.

We are now requiring the Numeric python library for gnuradio-core.
FYI, it was required for gr-wxgui in previous releases.

See:

  http://numeric.scipy.org/
  http://sourceforge.net/project/showfiles.php?group_id=1369&package_id=1351

Eric



reply via email to

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