[Tutor] Which libraries for Python 2.5.2
Wayne Watson
sierra_mtnview at sbcglobal.net
Sat Dec 24 18:37:57 CET 2011
I'm trying to restore Python 2.5.2 on an old PC for a particular
application that uses it from 4-5 years ago.
According to the latest manual on it, the following should be installed.
python-2.5.2.msi
PIL-1.1.6.win32-py2.5.exe
numpy-1.1.0-win32-superpack-python2.5.exe
matplotlib-0.98.1.win32-py2.5.exe
When I install them, and try to run the app program, Sentinel.py, some
part of matplotlib complains (error msgs) and the program quits.
The program begins with:
from Tkinter import *
from numpy import *
import Image
import ImageChops
import ImageTk
import time
import binascii
import tkMessageBox
import tkSimpleDialog
from pylab import plot, xlabel, ylabel, title, show, xticks, bar
I tried numpy-1.2.0 and matplotlib-0.98.3 and had the same difficulty.
What are wiser choices?
--
Wayne 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
CE 1955 October 20 07:53:32.6 UT
-- "The Date" The mystery unfolds.
Web Page:<www.speckledwithstars.net/>
More information about the Tutor
mailing list