Greetings and salutations.

I just uninstalled all traces of (Active) pythonWin 2.5.2 from this machine, In fact, I uninstalled python 2.5.2 with IDLE from this machine. I then reinstalled the latter. Then I ran the program. XP Pro.

I then went to another machine that has never had pythonWin on it all, but does have python 2.5.2 with IDLE. I ran the same program there. W2K.

In both cases, I got the output below. Your conclusions?

===========================Output on Interactive Shell Screen===========
GUI self----------->>>>:  <__main__.Sentuser_GUI instance at 0x02154058>
counter:  3
OSett self = <__main__.Sentuser_GUI instance at 0x02154058> type = <type 'instance'>
gray scale now--wtw:  True
Set OSDiag sdict
body from OSDialog, self = .35167928 type = <type 'instance'>
apply OSD ok
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\sentuserNC25-Dev4.py", line 553, in OperationalSettings
    dialog = OperationalSettingsDialog( self.master, set_loc_dict )
File "C:\Sandia_Meteors\New_Sentinel_Development\Sentuser_Utilities_Related\sentuser\sentuserNC25-Dev4.py", line 81, in __init__
    tkSimpleDialog.Dialog.__init__(self, parent)
  File "C:\Python25\lib\lib-tk\tkSimpleDialog.py", line 69, in __init__
    self.wait_visibility() # window needs to be visible for the grab
  File "C:\Python25\Lib\lib-tk\Tkinter.py", line 415, in wait_visibility
    self.tk.call('tkwait', 'visibility', window._w)
TclError: window ".35167928" was deleted before its visibility changed


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

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to