Re: [Tutor] Tkinter import error

2007-04-24 Thread John DeStefano
Michael Lange <[EMAIL PROTECTED]> wrote: > Usually there is no need to pass extra arguments to configure. > My guess is that you missed to install Tcl / Tk and/or the Tcl/Tk development > packages before compiling python. That was it: I had both Tcl and Tk installed, but not the development packag

Re: [Tutor] Tkinter import error

2007-04-24 Thread Michael Lange
On Tue, 24 Apr 2007 00:09:21 +0100 "Alan Gauld" <[EMAIL PROTECTED]> wrote: > > "John DeStefano" <[EMAIL PROTECTED]> wrote > > > I've run into an error that I've seen reported in several places, > > but > > none of the fixes seem to be working for me: when I try to "import > > Tkinter" I get a c

Re: [Tutor] Tkinter import error

2007-04-23 Thread John DeStefano
On 4/23/07, Luke Paireepinart <[EMAIL PROTECTED]> wrote: > So the problem is in your 2.5 install? Well, I get the same error no matter whether I try to import Tkinter while running 2.3, 2.4, or 2.5. > Can you just use a binary package or do you need to compile from scratch? I don't need to compi

Re: [Tutor] Tkinter import error

2007-04-23 Thread Alan Gauld
"John DeStefano" <[EMAIL PROTECTED]> wrote > I've run into an error that I've seen reported in several places, > but > none of the fixes seem to be working for me: when I try to "import > Tkinter" I get a configuration error: > Traceback (most recent call last): > File "", line 1, in > File "

Re: [Tutor] Tkinter import error

2007-04-23 Thread Luke Paireepinart
John DeStefano wrote: > Hi all, > > I've been lurking for a while; I'm just picking up Python and most of > the posts have been a bit over my head. > > I've run into an error that I've seen reported in several places, but > none of the fixes seem to be working for me: when I try to "import > Tkinte

[Tutor] Tkinter import error

2007-04-23 Thread John DeStefano
Hi all, I've been lurking for a while; I'm just picking up Python and most of the posts have been a bit over my head. I've run into an error that I've seen reported in several places, but none of the fixes seem to be working for me: when I try to "import Tkinter" I get a configuration error: Trac