[Matrix-SIG] Re: [Fwd: import Numeric: add.reduce not found]

Alexander V. Voinov avoinov@exelixis.com
Wed, 29 Dec 1999 16:08:14 -0800


"Alexander V. Voinov" wrote:

> "Alexander V. Voinov" wrote:
>
> > I tried to use Python-1.5.2 with LLNLNumeric11 on Solaris .2.5.1, and it
> > says:
> >
> > Python 1.5.2 (#7, Dec 29 1999, 13:03:01)  [GCC 2.95 19990728 (release)]
> > on sunos5
> > Copyright 1991-1995 Stichting Mathematisch Centrum, Amsterdam
> > >>> import Numeric
> > Traceback (innermost last):
> >   File "<stdin>", line 1, in ?
> >   File
> > "/tools/Python-1.5.2/lib/python1.5/site-packages/numeric/Numeric.py",
> > line 319, in ?
> >     sum = add.reduce
> > NameError: add

I had to compile everything form Numeric/Setup statically into the 'python'
binary to make it work. It's ok for a short while, but I'd be very grateful
if somebody pointed me to the source of the problem.

Alexander