Gentoo Archives: gentoo-dev

From: Collins Richey <erichey2@××××.com>
To: gentoo <gentoo-dev@g.o>
Subject: [gentoo-dev] python + Tkinter ?
Date: Sat, 15 Sep 2001 09:39:38
Message-Id: 20010915095113.5db7da84.erichey2@home.com
1 How does one get python to work with Tkinter classes?
2
3 I have both python and tcl-tk installed, and I find Tkinter stuff in
4 the python libraries, but I get the following when I try to run a
5 Tkinter program.
6
7 File "./app1.py", line 2, in ?
8 from Tkinter import *
9 File "/usr/lib/python2.0/lib-tk/Tkinter.py", line 35, in ?
10 import _tkinter # If this fails your Python may not be configured
11 for Tk
12
13 Obviously I'm missing something.
14
15 --
16 Collins Richey
17 Denver Area
18 gentoo_rc6 xfce+sylpheed

Replies

Subject Author
Re: [gentoo-dev] python + Tkinter ? "Tod M. Neidt" <tneidt@××××××.com>