Re: [Tkinter-discuss] tkinter module

2010-09-23 Thread Firat Ozgul
Hello, Until Python's 3.0 version, the name of the Tkinter module was "Tkinter". Therefore we used to import this module as: >>> import Tkinter Starting from Python 3.0, the name of this module is "tkinter". So you should issue the following command to import the module: >>> import tkinter Nor

[Tkinter-discuss] tkinter module

2010-09-23 Thread Hèlen Grives
Hi, I'm a newbie in programming (2 weeks) and I use a windows vista 32 computer. I've currently installed the phyton - 3.2.a2.msi file. Previciously I used versions 2.7 and 3.0 and 3.1.2. But no one gets the tkinter module to start. All the previous releases are uninstalled. However I don't know h