[SciPy-dev] Re: [SciPy-user] Test cases for expm

Robert Kern kern at caltech.edu
Tue Mar 26 05:17:42 EST 2002


On Tue, Mar 26, 2002 at 12:20:06PM +0100, Nils Wagner wrote:

[snip]

> Travis,
> 
> I have updated both my CVS copy of scipy and ATLAS atlas3.2.1 -->
> atlas3.3.13
> 
> This is the result of python exptest.py
> 
> Traceback (most recent call last):
>   File "exptest.py", line 1, in ?
>     from scipy import *
>   File "/usr/local/lib/python2.1/site-packages/scipy/__init__.py", line
> 72, in ?
>     names2all(__all__, _level0, globals())
>   File "/usr/local/lib/python2.1/site-packages/scipy/__init__.py", line
> 37, in names2all
>     exec("import %s" % name, gldict)
>   File "<string>", line 1, in ?
>   File "/usr/local/lib/python2.1/site-packages/scipy/basic.py", line 25,
> in ?
>     cast = {Numeric.Character: toChar,
> AttributeError: 'Numeric' module has no attribute 'Character'
> 
> Any idea ?

Just ran into that myself. Upgrade to Numeric 21.0

> Nils

-- 
Robert Kern
Ruddock House President
kern at caltech.edu

"In the fields of hell where the grass grows high
 Are the graves of dreams allowed to die."
  -- Richard Harter



More information about the SciPy-Dev mailing list