From: Leonardo M. <lm...@ud...> - 2003-12-24 01:08:04
|
Hi Tom > ImportError: No module named Numeric You need to install the numeric extension to python. http://www.pfdubois.com/numpy/ You can install from source, but also some linux distributions include it. For instance, in my Mandrake 9.2 the package is python-numeric-22.0-4mdk Good luck -- leo On Tue, 23 Dec 2003, Tom Mortier wrote: > Hello, |