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 louielu
Recipients Frank Pae, louielu, serhiy.storchaka, terry.reedy
Date 2017-04-29.06:44:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1493448242.55.0.0154618200244.issue30200@psf.upfronthosting.co.za>
In-reply-to
Content
I can reproduce the problem at 2.7.13 on Linux.


Exception in Tkinter callback
Traceback (most recent call last):
  File "/usr/lib/python2.7/lib-tk/Tkinter.py", line 1542, in __call__
    return self.func(*args)
  File "tests.py", line 174, in get_style
    lb_sty_get =  listbox_style.get(lb_sty_cur)
  File "/usr/lib/python2.7/lib-tk/Tkinter.py", line 2629, in get
    return self.tk.call(self._w, 'get', first)
TclError: bad listbox index "": must be active, anchor, end, @x,y, or a number
History
Date User Action Args
2017-04-29 06:44:02louielusetrecipients: + louielu, terry.reedy, serhiy.storchaka, Frank Pae
2017-04-29 06:44:02louielusetmessageid: <1493448242.55.0.0154618200244.issue30200@psf.upfronthosting.co.za>
2017-04-29 06:44:02louielulinkissue30200 messages
2017-04-29 06:44:02louielucreate