Re-installing Numeric and PIL Files

W. Watson wolf_tracks at invalid.com
Wed Feb 7 18:50:48 EST 2007


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-py2.4.exe
> 
> The latter two are executable installers. Run them.
> 
I have re-run Numeric. The python program still cannot detect the Numeric 
module. In IDLE, Run Modules shows:
 > Traceback (most recent call last):
 >    File
 > "C:\Sandia_Meteors\NewSentinel\Test_Install_YG\Python_Install\sentuser.py",
 > line 8, in <module>
 >      from Numeric import *
 > ImportError: No module named Numeric

sentuser.py looks like:
#!/usr/bin/python

# Sentinel User Program
# J C Chavez
# jochave at sandia.gov

from Tkinter import *
from Numeric import *
import Image
import ImageChops
import ImageTk
...


          Wayne T. Watson (Watson Adventures, Prop., Nevada City, CA)
              (121.015 Deg. W, 39.262 Deg. N) GMT-8 hr std. time)
               Obz Site:  39° 15' 7" N, 121° 2' 32" W, 2700 feet

       'I think it not improbable that man, like the grub that
        prepares a chamber for the winged thing it has never seen but
        is to be, may have... destinies that he does not understand."
                              -- Oliver Wendell Holmes
-- 
                     Web Page: <home.earthlink.net/~mtnviews>



More information about the Python-list mailing list