[issue9387] Make python -m tkinter run tkinter test

Alexander Belopolsky report at bugs.python.org
Mon Jul 26 19:46:28 CEST 2010


New submission from Alexander Belopolsky <belopolsky at users.sourceforge.net>:

Since tkinter is a package, it requires __main__.py in order to be runnable using -m option.  Attached tkinter-m.patch fixes this.

----------
assignee: belopolsky
components: Tkinter
files: tkinter-m.py
keywords: easy
messages: 111654
nosy: belopolsky
priority: normal
severity: normal
status: open
title: Make python -m tkinter run tkinter test
type: feature request
Added file: http://bugs.python.org/file18213/tkinter-m.py

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9387>
_______________________________________


More information about the Python-bugs-list mailing list