Tim Chase wrote:
>> The cause of this is usually that you are using a different
>> version of Python than the one you installed Tkinter into, but
>> being a Linux newbie I have yet to discover how to redirect
>> the 'python' command to invoke the newer version of Python.
> 
> 
> The OS looks for the first 'python' it finds in its path.
> 
> In Linux (or other *nix OSes), you can use
> 
>     bash> which python

A very helpful command to know! I'll have to wait til I get home to play 
on Linux though. Then I can try these things you suggested.

I'm suddenly very bored here at work using Windows. :)
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to