Python is built with tkinter by default if you have the "tcltk" use variable
(which will cause the latest version of tk to be emerged).
Try this:
$ python
Python 2.3.2 (#1, Nov 19 2003, 07:54:28)
[GCC 3.3.2 20031022 (Gentoo Linux 3.3.2-r2, propolice)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import Tkinter
>>>
Since no warning was generated, Tkinter is there.
On Tuesday 18 November 2003 10:42 am, David Gethings wrote:
> Hi,
>
> I'm looking for the Tkinter lib for Python. So far my 'emerge search's
> have not born any fruit. Does anyone know what ebuild this lib is in. Is
> it even in an ebuild?
>
> Yes I have done an 'emerge sync' within the last 24 hours.
>
> Cheers
>
> Dg
>
>
> --
> [EMAIL PROTECTED] mailing list
--
Stephen
From here to there
and there to here,
funny things are everywhere. -- Dr Seuss
--
[EMAIL PROTECTED] mailing list