On Sat, Dec 24, 2011 at 6:37 PM, Wayne Watson
<sierra_mtnv...@sbcglobal.net> wrote:
> 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.
>

If we are to give any kind of useful advice at all, we're going to
need to see those error messages.

> 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?
>

This question is based on the assumption that version mismatch is the
cause of your problems. Even though that might be correct, it is not
an assumption you can safely make. In general, when asking questions
here (and anywhere really, imho) you should try to provide as much
factual information and as little conjecture as you can.

Hugo
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to