Thanks mucho! That was it!
-- Steve Ferg
--
http://mail.python.org/mailman/listinfo/python-list
Steve Ferg wrote:
> I have a short Python script that uses Tkinter to display an image.
> Here is the script
>
> ===
> import sys, os
> from Tkinter import *
> root = Tk() # A: create a global variable named "root"
>
> def sh
I have a short Python script that uses Tkinter to display an image.
Here is the script
===
import sys, os
from Tkinter import *
root = Tk() # A: create a global variable named "root"
def showPicture(imageFilename):
# globa