
report at bugs
Nov 8, 2009, 3:31 PM
Post #1 of 2
(70 views)
Permalink
|
|
[issue7289] bad import in redemo.py script in v3.1
|
|
New submission from Alan Gauld <alan.gauld[at]btinternet.com>: The Tkinter import in redemo.py in Tools/Scripts folder of the 3.1 distribution uses the old spelling of Tkinter. Changing it to lower case fixes it. I've just noticed there is a 3.2 listed, I haven't checked whether it's been fixed there but its not mentioned in the change log for 3.1.1 ---------- components: Demos and Tools messages: 95049 nosy: alan.gauld[at]btinternet.com severity: normal status: open title: bad import in redemo.py script in v3.1 type: behavior versions: Python 3.1 _______________________________________ Python tracker <report[at]bugs.python.org> <http://bugs.python.org/issue7289> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
|