[Pyunit-interest] PyUnitTestBrowser reports from the field
Brought to you by:
purcell
From: Syver E. <syv...@on...> - 2002-06-05 17:22:20
|
This is from the Pmw error dialog. It happens after rounding up a whole slew of files, and then trying to expand one of the files that was loaded (other files work fine). Hmm, strange I have trouble reproducing this error, on a second run it works fine. Could it be timing related in any way?? (Window title: Error in background function) Error: 1 ValueError Exception in Tk callback Function: <bound method TreeBox._TreeBox_Click of <TreeBox.TreeBox instance at 0x0168ACA0>> (type: <type 'instance method'>) Args: (<Tkinter.Event instance at 0x00A48F98>,) Event type: ButtonPress (type num: 4) Traceback (innermost last): File "D:\devtools\Python22\lib\site-packages\Pmw\Pmw_0_8_5\lib\PmwBase.py", line 1690, in __call__ return apply(self.func, args) File "d:\devtools\python22\lib\site-packages\browser\TreeBox.py", line 239, in _TreeBox_Click self._Expand(self._Node_ids[ItemID]) File "d:\devtools\python22\lib\site-packages\browser\TreeBox.py", line 550, in _Expand self._SetMoveTag(parNode) File "d:\devtools\python22\lib\site-packages\browser\TreeBox.py", line 606, in _SetMoveTag x1,y1,x2,y2=self.coords(iline) File "d:\devtools\python22\lib\lib-tk\Tkinter.py", line 1927, in coords self.tk.splitlist( ValueError: invalid literal for float(): 70.0 ================================================ Event contents: char: ?? delta: 1 height: 0 keycode: 1 keysym: ?? keysym_num: 1 num: 1 send_event: 0 serial: 623 state: 8 time: 11406151 type: 4 widget: .23575224.10587840.23637152 width: 0 x: 76 x_root: 124 y: 171 y_root: 238 -- Vennlig hilsen Syver Enstad |