New submission from Serhiy Storchaka: Lib/tkinter/tix.py uses the StringType name which is not defined. This is a remnant from 2.x where the StringType type was imported from the types module. In 3.x it gone and was replaced by str in Lib/tkinter/__init__.py.
The proposed patch fixes it also in tix.py. ---------- components: Tkinter files: tix_StringType.patch keywords: easy, patch messages: 197834 nosy: gpolo, serhiy.storchaka, terry.reedy priority: normal severity: normal stage: patch review status: open title: tix.py uses StringType type: behavior versions: Python 3.3, Python 3.4 Added file: http://bugs.python.org/file31784/tix_StringType.patch _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue19029> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
