Re: Who's on First, IDLE or pythonWin? Dialog Problem?

2009-02-15 Thread Steve Holden
W. eWatson wrote: > It looks like I got an accidentally case of send message 3 times. Well, > here's a correct below. >> The question now is what can I do about it? reboot? >> >> Just to re-iterate the answer I provided to *>the question to a post >> above<*, I'm using Tkinter for the program's GUI

Re: Who's on First, IDLE or pythonWin? Dialog Problem?

2009-02-11 Thread W. eWatson
It looks like I got an accidentally case of send message 3 times. Well, here's a correct below. The question now is what can I do about it? reboot? Just to re-iterate the answer I provided to *>the question to a post above<*, I'm using Tkinter for the program's GUI. --

Re: Who's on First, IDLE or pythonWin? Dialog Problem?

2009-02-11 Thread W. eWatson
So, how do I get rid of it? reboot? Just to re-iterate the I provided the question to above, I'm using Tkinter for the program's GUI. -- W. eWatson (121.015 Deg. W, 39.262 Deg. N) GMT-8 hr std. time) Obz Site: 39° 15' 7" N, 121° 2'

Re: Who's on First, IDLE or pythonWin? Dialog Problem?

2009-02-11 Thread W. eWatson
The two separate loops being PyWin (which uses MFC) and your program (which uses Tkinter). You just can't mix GUIs in the same process like that, sorry. regards Stedve -- Steve Holden+1 571 484 6266 +1 800 494 3119 Holden Web LLC http://www.holdenweb.com/ Deja-vu! htt

Re: Who's on First, IDLE or pythonWin? Dialog Problem?

2009-02-11 Thread W. eWatson
drobi...@gmail.com wrote: On Feb 11, 2:51 pm, Steve Holden wrote: W. eWatson wrote: Steve Holden wrote: W. eWatson wrote: My program in IDLE bombed with: == Exception in Tkinter callback Traceback (most recent call last): File "C:\Python25\lib\lib-tk\Tkinter.py", line 1403, in

Re: Who's on First, IDLE or pythonWin? Dialog Problem?

2009-02-11 Thread W. eWatson
drobi...@gmail.com wrote: On Feb 11, 2:51 pm, Steve Holden wrote: W. eWatson wrote: Steve Holden wrote: W. eWatson wrote: My program in IDLE bombed with: == Exception in Tkinter callback Traceback (most recent call last): File "C:\Python25\lib\lib-tk\Tkinter.py", line 1403, in

Re: Who's on First, IDLE or pythonWin? Dialog Problem?

2009-02-11 Thread drobi...@gmail.com
On Feb 11, 2:51 pm, Steve Holden wrote: > W. eWatson wrote: > > Steve Holden wrote: > >> W. eWatson wrote: > >>> My program in IDLE bombed with: > >>> == > >>> Exception in Tkinter callback > >>> Traceback (most recent call last): > >>>   File "C:\Python25\lib\lib-tk\Tkinter.py", line

Re: Who's on First, IDLE or pythonWin? Dialog Problem?

2009-02-11 Thread W. eWatson
Mike Driscoll wrote: On Feb 11, 3:27 pm, "W. eWatson" wrote: Steve Holden wrote: W. eWatson wrote: Steve Holden wrote: W. eWatson wrote: My program in IDLE bombed with: == Exception in Tkinter callback Traceback (most recent call last): File "C:\Python25\lib\lib-tk\Tkinter.py"

Re: Who's on First, IDLE or pythonWin? Dialog Problem?

2009-02-11 Thread Mike Driscoll
On Feb 11, 3:27 pm, "W. eWatson" wrote: > Steve Holden wrote: > > W. eWatson wrote: > >> Steve Holden wrote: > >>> W. eWatson wrote: > My program in IDLE bombed with: > == > Exception in Tkinter callback > Traceback (most recent call last): >   File "C:\Python2

Re: Who's on First, IDLE or pythonWin? Dialog Problem?

2009-02-11 Thread W. eWatson
Steve Holden wrote: W. eWatson wrote: Steve Holden wrote: W. eWatson wrote: My program in IDLE bombed with: == Exception in Tkinter callback Traceback (most recent call last): File "C:\Python25\lib\lib-tk\Tkinter.py", line 1403, in __call__ return self.func(*args) File "C:\

Re: Who's on First, IDLE or pythonWin? Dialog Problem?

2009-02-11 Thread Steve Holden
W. eWatson wrote: > Steve Holden wrote: >> W. eWatson wrote: >>> My program in IDLE bombed with: >>> == >>> Exception in Tkinter callback >>> Traceback (most recent call last): >>> File "C:\Python25\lib\lib-tk\Tkinter.py", line 1403, in __call__ >>> return self.func(*args) >>> F

Re: Who's on First, IDLE or pythonWin? Dialog Problem?

2009-02-11 Thread W. eWatson
Steve Holden wrote: W. eWatson wrote: My program in IDLE bombed with: == Exception in Tkinter callback Traceback (most recent call last): File "C:\Python25\lib\lib-tk\Tkinter.py", line 1403, in __call__ return self.func(*args) File "C:\Sandia_Meteors\New_Sentinel_Development\

Re: Who's on First, IDLE or pythonWin? Dialog Problem?

2009-02-11 Thread W. eWatson
Mike Driscoll wrote: On Feb 11, 10:28 am, "W. eWatson" wrote: My program in IDLE bombed with: == Exception in Tkinter callback Traceback (most recent call last): File "C:\Python25\lib\lib-tk\Tkinter.py", line 1403, in __call__ return self.func(*args) File "C:\Sandia_Meteo

Re: Who's on First, IDLE or pythonWin? Dialog Problem?

2009-02-11 Thread Steve Holden
W. eWatson wrote: > My program in IDLE bombed with: > == > Exception in Tkinter callback > Traceback (most recent call last): > File "C:\Python25\lib\lib-tk\Tkinter.py", line 1403, in __call__ > return self.func(*args) > File > "C:\Sandia_Meteors\New_Sentinel_Development\Sentuse

Re: Who's on First, IDLE or pythonWin? Dialog Problem?

2009-02-11 Thread Mike Driscoll
On Feb 11, 10:28 am, "W. eWatson" wrote: > My program in IDLE bombed with: > == > Exception in Tkinter callback > Traceback (most recent call last): >    File "C:\Python25\lib\lib-tk\Tkinter.py", line 1403, in __call__ >      return self.func(*args) >    File > "C:\Sandia_Meteors\New_S

Who's on First, IDLE or pythonWin? Dialog Problem?

2009-02-11 Thread W. eWatson
My program in IDLE bombed with: == Exception in Tkinter callback Traceback (most recent call last): File "C:\Python25\lib\lib-tk\Tkinter.py", line 1403, in __call__ return self.func(*args) File "C:\Sandia_Meteors\New_Sentinel_Development\Sentuser_Utilities_Related\sentuser\sen