From: Travis O. <oli...@ee...> - 2006-10-11 17:05:38
|
Carl Wenrich wrote: > thanks, but actually it's the other applications i want to use that > have the 'import Numeric' line in them. i'm sure others have noted > this before. what's the normal procedure? You must install Numeric if a package needs Numeric. As far as Python is concerned NumPy is a separate package. Packages must be "ported" to use numpy. Please encourage the package author to port. Help is available for open source packages. Just ask on the list. -Travis |