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 zephyr
Recipients zephyr
Date 2013-02-02.09:28:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1359797316.8.0.0796335939383.issue17104@psf.upfronthosting.co.za>
In-reply-to
Content
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 the Tkinter module and creating a Tk() object produces error-'Tk() is not defined'.
History
Date User Action Args
2013-02-02 09:28:36zephyrsetrecipients: + zephyr
2013-02-02 09:28:36zephyrsetmessageid: <1359797316.8.0.0796335939383.issue17104@psf.upfronthosting.co.za>
2013-02-02 09:28:36zephyrlinkissue17104 messages
2013-02-02 09:28:36zephyrcreate