[Tutor] Installing the Numeric Module for 2.4 Again?
Kent Johnson
kent37 at tds.net
Thu Nov 27 13:44:35 CET 2008
On Wed, Nov 26, 2008 at 11:38 PM, Wayne Watson
<sierra_mtnview at sbcglobal.net> wrote:
> A fellow user of an application that I share with others may not have
> installed Numeric-24.2.win32-py2.4.exe. If I tell him to try it, will it
> replace the duplicate module if in fact he has already done it?
It should be fine to reinstall it. It's also easy to test:
kent $ python -c "import Numeric"
Traceback (most recent call last):
File "<string>", line 1, in <module>
ImportError: No module named Numeric
If you get an ImportError it is not installed.
Kent
More information about the Tutor
mailing list