[issue8555] tkinter doesn't see _tkinter

py.user report at bugs.python.org
Wed Apr 28 03:47:36 CEST 2010


New submission from py.user <port139 at yandex.ru>:

[guest at station ~]$ python3
Python 3.1.2 (r312:79147, Apr 28 2010, 11:57:19)
[GCC 4.1.2 20070925 (Red Hat 4.1.2-33)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> 1+2
3
>>> import tkinter
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/local/lib/python3.1/tkinter/__init__.py", line 39, in <module>
    import _tkinter # If this fails your Python may not be configured for Tk
ImportError: No module named _tkinter
>>>

----------
components: Tkinter
messages: 104397
nosy: py.user
priority: normal
severity: normal
status: open
title: tkinter doesn't see _tkinter
type: compile error
versions: Python 3.1

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


More information about the Python-bugs-list mailing list