On Oct 22, 2:10 am, Ben ZX <[EMAIL PROTECTED]> wrote:
> When I type
>
> import Tkinter
>
> I get
>
> no module named _tkinter.
>
> I compiled my own python 2.5.2, and I didn't do anything special: just
> configure; make; make install.
>
> I checked there is a tk library in /usr/lib64.

You need the development files. For instance in Ubuntu
I did something like 'sudo apt-get install tk-dev'.
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to