Re: Python 2.5 Tkinter not configured

2007-01-31 Thread Jim
Diez B. Roggisch wrote: > Jim schrieb: >> I compiled Python 2.5 from python.org and I get an error message when I >> try to import the Tkinter module. Python reports that there is no such >> module. It says my Python isn't configured for Tkinter. How do I >> configure it? I'm using GCC 4.1.1 to co

Re: Python 2.5 Tkinter not configured

2007-01-30 Thread Diez B. Roggisch
Jim schrieb: > I compiled Python 2.5 from python.org and I get an error message when I try > to import the Tkinter module. Python reports that there is no such module. > It says my Python isn't configured for Tkinter. How do I configure it? I'm > using GCC 4.1.1 to compile the tarball. Thanks for a