Untangling pythonWin and IDLE Processes on XP Pro

W. eWatson notvalid2 at sbcglobal.net
Thu Feb 12 12:01:19 EST 2009


W. eWatson wrote:
> As with Diez, I simply ask, "How do I get around the problem?" Are you 
> two telling me that it is impossible?
> 
> OK, here's my offer to both of you. Do you have IDLE for Python 2.5 and 
> have  good familiarity with Tkinter? If so, I'll send you the code and 
> you can try it yourself. My guess is that it will work, and if not, and 
> you are sufficiently skilled with Tkinter and debugging, you may find 
> the problem in the code. The steps to create the problem are very easy.
> 
Well, this may be a bit trickier than I thought. I'd have to give you the 
same PIL, tkinter, numpy libraries the program users. However, I"m willing 
to send the files for them to you. Here's the start of the code

=====================
from Tkinter import *
from numpy import *
import Image
import ImageChops
import ImageTk
import ImageDraw # wtw
import time
import binascii
import tkMessageBox
import tkSimpleDialog
from pylab import plot, xlabel, ylabel, title, show, xticks, bar

from tkFileDialog import asksaveasfilename, asksaveasfile
from tkFileDialog import askopenfilename

import MakeQTE
=======================
You'd also need clut.txt, wagon.gif, and MakQTE. All small files.

-- 
                                W. eWatson

              (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

                     Web Page: <www.speckledwithstars.net/>




More information about the Python-list mailing list