Tcl/Tk Support

Aahz aahz at pythoncraft.com
Fri Jan 9 13:34:06 EST 2004


In article <mailman.231.1073668582.12720.python-list at python.org>,
Diego.andrade <diego.andrade at smartech.com.br> wrote:
>
>Im not a Python programer, but I need to use Python on some aplications CVS
>related. Im trying to install ViewCVS who need Tkinter library. But It
>doesnt Work. Im using RedHat 9 Default Installation, to test if Tcl/Tk
>suport for Python is working I Type in the Python console import tkinter and
>received the following output:
>
>[root at Diego-Linux root]# python
>Python 2.2.2 (#1, Feb 24 2003, 19:13:11)
>[GCC 3.2.2 20030222 (Red Hat Linux 3.2.2-4)] on linux2
>Type "help", "copyright", "credits" or "license" for more information.
>>>> import tkinter
>Traceback (most recent call last):
>File "<stdin>", line 1, in ?
>ImportError: No module named tkinter
>>>>

What happens when you type "import Tkinter" (note initial capital)
-- 
Aahz (aahz at pythoncraft.com)           <*>         http://www.pythoncraft.com/

A: No.
Q: Is top-posting okay?



More information about the Python-list mailing list