[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 improvement, since (at least as a 
non-tkinter user) I have no idea what it would mean for Tk() to be defined, 
since it isn't a Python identifier.  On the other hand, if that error message 
comes from Tk itself and not Python, then it is probably correct.

--
nosy: +r.david.murray

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 the Tkinter module and creating a Tk() object produces 
error-'Tk() is not defined'.

--
components: None
messages: 181153
nosy: zephyr
priority: normal
severity: normal
status: open
title: Tk() not defined in Tkinter module
type: compile error
versions: Python 2.7

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com