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
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
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
"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 "
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
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