[PYTHON MATRIX-SIG] missing Numeric.py?

David Ascher da@maigret.cog.brown.edu
Sun, 13 Oct 1996 19:31:30 -0400 (EDT)


> 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


=================
MATRIX-SIG  - SIG on Matrix Math for Python

send messages to: matrix-sig@python.org
administrivia to: matrix-sig-request@python.org
=================