This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Mufasa
Recipients Mufasa
Date 2007-11-22.12:23:16
SpamBayes Score 0.058879517
Marked as misclassified No
Message-id <1195734198.15.0.922045875096.issue1485@psf.upfronthosting.co.za>
In-reply-to
Content
Exception in Tkinter callback
Traceback (most recent call last):
  File "/usr/lib/python2.5/lib-tk/Tkinter.py", line 1403, in __call__
    return self.func(*args)
  File "/usr/lib/python2.5/idlelib/AutoCompleteWindow.py", line 217, in
winconfig_event
    x, y, cx, cy = self.widget.bbox(self.startindex)
  File "/usr/lib/python2.5/lib-tk/Tkinter.py", line 2833, in bbox
    self.tk.call((self._w, 'bbox') + args)) or None
  File "/usr/lib/python2.5/lib-tk/Tkinter.py", line 1030, in _getints
    return tuple(map(getint, self.tk.splitlist(string)))
ValueError: invalid literal for int() with base 10: '(72,'
History
Date User Action Args
2007-11-22 12:23:18Mufasasetspambayes_score: 0.0588795 -> 0.058879517
recipients: + Mufasa
2007-11-22 12:23:18Mufasasetspambayes_score: 0.0588795 -> 0.0588795
messageid: <1195734198.15.0.922045875096.issue1485@psf.upfronthosting.co.za>
2007-11-22 12:23:17Mufasalinkissue1485 messages
2007-11-22 12:23:16Mufasacreate