On Wed, Nov 26, 2008 at 11:38 PM, Wayne Watson
<[EMAIL PROTECTED]> 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
_______________________________________________
Tutor maillist  -  [email protected]
http://mail.python.org/mailman/listinfo/tutor

Reply via email to