[PYTHON MATRIX-SIG] Newbie questions about NumPy under PythonWin

Christian Tismer tismer@tismer.com
Mon, 20 Jan 1997 17:13:59 +0100


> (1) I am having trouble running the numeric module under PythonWin. Typing
> "from Numeric import *" does not work (it says no module named numeric).
> I'm guessing that the PythonPath is not set right, but I can't find a way
> to change it under PythonWin.
The NumPy version for PythonWin is AFAIK a bit outdated but working
well.
It relies on the ni module, at least in PythonWin b4 and b5.
So try import ni, Numeric
Import * does not work because you cannot import * from a package.

- chris

----------------------------------------------------------------------
Christian Tismer - tismer@appliedbiometrics.com
Our support pages: <http://www.appliedbiometrics.com/python>
Got a real operating system? No? Try at least a real language: Python
----------------------------------------------------------------------



_______________
MATRIX-SIG  - SIG on Matrix Math for Python

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