[issue17104] Tk() not defined in Tkinter module

2013-10-13 Thread Georg Brandl
Georg Brandl added the comment: Closing due to lack of feedback. -- nosy: +georg.brandl resolution: -> invalid status: pending -> closed ___ Python tracker ___ _

[issue17104] Tk() not defined in Tkinter module

2013-09-15 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- components: +Tkinter -None status: open -> pending ___ Python tracker ___ ___ Python-bugs-list mailin

[issue17104] Tk() not defined in Tkinter module

2013-02-02 Thread R. David Murray
R. David Murray added the comment: Please provide a complete example of the failures. Your report doesn't currently provide enough information to reproduce the reported issue. If the reported error message is accurate, it looks at first glance like the error message at least could use some im

[issue17104] Tk() not defined in Tkinter module

2013-02-02 Thread zephyr
New submission from zephyr: There are two cases of this issues: 1)Terminal-importing the Tkinter module and creating a Tk() object runs fine for the first instance but exiting the interpreter and trying to create a object for the next instance gives error:'Tk() is not defined' 2)IDE-importing