From: Bruce S. <ba...@an...> - 2002-04-09 16:16:36
|
The Python 2.2 installer for Windows does not install Numeric. (I don't know what "win32all-146.exe" is.) The VPython installer does install Numeric (because Visual needs it, and because it is useful in the kinds of programs that VPython is good for -- e.g. my gas.py demo), so after installing VPython you should see Numeric in the site-packages directory. Bruce Sherwood --On Tuesday, April 09, 2002 10:33 AM -0500 "Kjell A. Tengesdal" <kt...@ua...> wrote: > I tried running your code snippet below. I am still getting the same > import error. I have completely uninstalled the program and reinstalled > python 2.2.1.c and win32all- 146.exe. But I still get the same message. > Now I cant find anything labelled numeric in the site packages > directory. So what am I doing wrong? |