From: Bruce S. <ba...@an...> - 2002-04-08 16:15:40
|
Presumably you find Numeric in C:\Python22\Lib\site-packages? I can't think of a reason why Python can't find it. It might be informative to see what happens if you try to run the following program, without invoking visual: from Numeric import * a = array([1,2]) print a Bruce Sherwood |