[Tutor] Installing the Numeric Module for 2.4 Again?

Kent Johnson kent37 at tds.net
Thu Nov 27 18:59:12 CET 2008


On Thu, Nov 27, 2008 at 11:02 AM, Wayne Watson
<sierra_mtnview at sbcglobal.net> wrote:
> Good.
>
> How about a test for Win XP?

It's the same, just get to a command line and type
python -c "import Numeric"

python.exe has to be in your PATH, of course.

Kent

> Kent Johnson wrote:
>
> 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
>
>
>
> --
>
>            Wayne Watson (Watson Adventures, Prop., Nevada City, CA)
>
>              (121.01 Deg. W, 39.26 Deg. N) GMT-8 hr std. time)
>
>              "Dreaming permits each and every one of us to be
>               quietly insane every night of our lives."
>                            -- William Dement
>                     Web Page: <www.speckledwithstars.net/>


More information about the Tutor mailing list