Re: Re-installing Numeric and PIL Files

2007-02-08 Thread W. Watson
Robert Kern wrote: > W. Watson wrote: > >> Here's the program I ran. >> >> ### begin >> #!/usr/bin/python >> >> # Check mysys >> >> import sys >> print sys.executable >> >> ### end >> >> It put up a black screen in a flash and disappeared. > > Run it from the terminal or execute those lines in th

Re: Re-installing Numeric and PIL Files

2007-02-08 Thread W. Watson
Robert Kern wrote: > W. Watson wrote: > >> Here's the program I ran. >> >> ### begin >> #!/usr/bin/python >> >> # Check mysys >> >> import sys >> print sys.executable >> >> ### end >> >> It put up a black screen in a flash and disappeared. > > Run it from the terminal or execute those lines in th

Re: Re-installing Numeric and PIL Files

2007-02-08 Thread Robert Kern
W. Watson wrote: > Here's the program I ran. > > ### begin > #!/usr/bin/python > > # Check mysys > > import sys > print sys.executable > > ### end > > It put up a black screen in a flash and disappeared. Run it from the terminal or execute those lines in the interactive interpreter in IDLE.

Re: Re-installing Numeric and PIL Files

2007-02-08 Thread W. Watson
Robert Kern wrote: > W. Watson wrote: >> Robert Kern wrote: >>> W. Watson wrote: >>> I did a search in the python24 folder for sys.exec* (in c:\python24), but came up with nothing. [nothing in a search of c:--sys.exec*] I have two python folders, c:\python24 and c:\python25. The co

Re: Re-installing Numeric and PIL Files

2007-02-08 Thread Robert Kern
W. Watson wrote: > Robert Kern wrote: >> W. Watson wrote: >> >>> I did a search in the python24 folder for sys.exec* (in c:\python24), but >>> came up with nothing. [nothing in a search of c:--sys.exec*] I have two >>> python folders, c:\python24 and c:\python25. The contents of both folders >>>

Re: Re-installing Numeric and PIL Files

2007-02-08 Thread W. Watson
Robert Kern wrote: > W. Watson wrote: > >> I did a search in the python24 folder for sys.exec* (in c:\python24), but >> came up with nothing. [nothing in a search of c:--sys.exec*] I have two >> python folders, c:\python24 and c:\python25. The contents of both folders >> look fairly similar and

Re: Re-installing Numeric and PIL Files

2007-02-08 Thread Robert Kern
W. Watson wrote: > I did a search in the python24 folder for sys.exec* (in c:\python24), but > came up with nothing. [nothing in a search of c:--sys.exec*] I have two > python folders, c:\python24 and c:\python25. The contents of both folders > look fairly similar and each have a python.exe. I

Re: Re-installing Numeric and PIL Files

2007-02-08 Thread W. Watson
Robert Kern wrote: > W. Watson wrote: >> Robert Kern wrote: >>> W. Watson wrote: For some reason Python 2.2.4 cannot find the Numeric module. It's been suggested that I should re-install the Numeric file. How do that? Also the PIL. The three install files are: python-2.4.4.msi

Re: Re-installing Numeric and PIL Files

2007-02-07 Thread Robert Kern
W. Watson wrote: > Robert Kern wrote: >> W. Watson wrote: >>> For some reason Python 2.2.4 cannot find the Numeric module. It's been >>> suggested that I should re-install the Numeric file. How do that? Also the >>> PIL. The three install files are: >>> python-2.4.4.msi >>> PIL-1.1.5.win32-py2.4.

Re: Re-installing Numeric and PIL Files

2007-02-07 Thread W. Watson
BTW, I found a RemoveNumeric.exe and RemovePIL.exe in the C/Python24 folder, but when I try to execute them, they produce a message about only being able to use them at start-up. -- http://mail.python.org/mailman/listinfo/python-list

Re: Re-installing Numeric and PIL Files

2007-02-07 Thread W. Watson
Matimus wrote: >> For some reason Python 2.2.4 cannot find the Numeric module. It's been > > Is this a typo, or are you really using 2.2.4? If so, you are going to > have to get the versions of Numeric and PIL that work with Python 2.2. > Or, alternatively, you can install python 2.4.4 with the .m

Re: Re-installing Numeric and PIL Files

2007-02-07 Thread Matimus
> For some reason Python 2.2.4 cannot find the Numeric module. It's been Is this a typo, or are you really using 2.2.4? If so, you are going to have to get the versions of Numeric and PIL that work with Python 2.2. Or, alternatively, you can install python 2.4.4 with the .msi file you listed. You

Re: Re-installing Numeric and PIL Files

2007-02-07 Thread W. Watson
Robert Kern wrote: > W. Watson wrote: >> For some reason Python 2.2.4 cannot find the Numeric module. It's been >> suggested that I should re-install the Numeric file. How do that? Also the >> PIL. The three install files are: >> python-2.4.4.msi >> PIL-1.1.5.win32-py2.4.exe >> Numeric-24.2.win32

Re: Re-installing Numeric and PIL Files

2007-02-07 Thread Robert Kern
W. Watson wrote: > For some reason Python 2.2.4 cannot find the Numeric module. It's been > suggested that I should re-install the Numeric file. How do that? Also the > PIL. The three install files are: > python-2.4.4.msi > PIL-1.1.5.win32-py2.4.exe > Numeric-24.2.win32-py2.4.exe The latter two

Re-installing Numeric and PIL Files

2007-02-07 Thread W. Watson
For some reason Python 2.2.4 cannot find the Numeric module. It's been suggested that I should re-install the Numeric file. How do that? Also the PIL. The three install files are: python-2.4.4.msi PIL-1.1.5.win32-py2.4.exe Numeric-24.2.win32-py2.4.exe Wayne T. Watson (Watson Adventure