[PYTHON MATRIX-SIG] missing Numeric.py?
Carlos Maltzahn
carlosm@anchor.cs.colorado.edu
Sun, 13 Oct 1996 17:39:05 -0600 (MDT)
>
> > When I import ni I get the following error. I use Python 1.4b3 with
> > NumPy-1.0a4. Any ideas?
>
> Yes, I was having exactly the same problem. I can't remember which of
> the two of the following fixes the problem:
>
> 1) in ArrayPrinter.py, change
> import Numeric
> to:
> import ni, Numeric
>
> 2) add an empty file called __init__.py in /usr/local/lib/python1.4/
>
> --david
The second! Thanks a bunch!
Carlos
=================
MATRIX-SIG - SIG on Matrix Math for Python
send messages to: matrix-sig@python.org
administrivia to: matrix-sig-request@python.org
=================