SV: Where's GUI for Python?

K Viltersten tmp1 at viltersten.com
Sat Mar 1 19:49:38 EST 2008


>> When that fails, try without the stutter <G>
>> 
>> import tkinter
> 
> I must be doing something wrong because
> neither tkinter nor tkininter works.
> I tried both with and without stuttering.
> I even asked my wife to stutter some but,
> sadly, to no avail.
> 
> When Tim Chase mentioned "battery-installed", 
> i interpreted it as "all is there". It seems 
> that either
> a) not all the batteries are installed in my
> version (v2.5.2)
> or
> b) some setup/linkage needs to be performed
> in order to get the GUI running.
> 
> The error itself is:
> ImportError: No module named tkinter
> 
> Suggestions?


Here's a suggestion. Python is case-sensitive, 
while the users trying to help you are not.
When they say "tininkerbell", they may mean
"Tinkerbell". Check with "help()", then 
"modules" and see if it's installed or not.

Sincerely
Yourself

:)

(Seriously speaking - i'm thankful.)








More information about the Python-list mailing list