Tcl/Tk Support

Diego Ribeiro de Andrade diego.andrade at smartech.com.br
Fri Jan 9 14:32:33 EST 2004


Yes... I typed import Tkinter too but the output was the same!

how I do to install support for Tkinter? Can I download the Tkinter.py file
and paste in the include directory of Python2.2?


"Aahz" <aahz at pythoncraft.com> escreveu na mensagem
news:btms6u$9rr$1 at panix2.panix.com...
> 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?
> --
> http://mail.python.org/mailman/listinfo/python-list
>





More information about the Python-list mailing list