Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #41440 > unrolled thread

[Python 3.3.0] Getting tkinter to work on Python 3

Started by"Yves S. Garret" <yoursurrogategod@gmail.com>
First post2013-03-18 13:17 -0400
Last post2013-03-18 13:17 -0400
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

  [Python 3.3.0] Getting tkinter to work on Python 3 "Yves S. Garret" <yoursurrogategod@gmail.com> - 2013-03-18 13:17 -0400

#41440 — [Python 3.3.0] Getting tkinter to work on Python 3

From"Yves S. Garret" <yoursurrogategod@gmail.com>
Date2013-03-18 13:17 -0400
Subject[Python 3.3.0] Getting tkinter to work on Python 3
Message-ID<mailman.3460.1363627051.2939.python-list@python.org>

[Multipart message — attachments visible in raw view] — view raw

Hi.  I'm having a problem trying to get this to work well.  Basically,
whenever I try to
import tkinter, this is the issue that I have:

>>> import tkinter
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/local/lib/python3.3/tkinter/__init__.py", line 40, in <module>
    import _tkinter # If this fails your Python may not be configured for Tk
ImportError: No module named '_tkinter'

I'm running Ubuntu.  If I need to provide any further info, please let me
know.

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web