On 2021-02-26, MRAB <pyt...@mrabarnett.plus.com> wrote:
> On 2021-02-26 22:23, Kevin M. Wilson via Python-list wrote:
>
>> Is there a site where I might/can download a version of Tkinter for Python 
>> 2.7?
>
> Tkinter as already included in Python 2.7.

Not always, it depends on how he installed Python 2.7.  That said,
MRAB is right that you don't install Tkinter seperately. You

 1. Include it when you configure and build python

 2. Install a binary Python distribution that aleady includes it.

--
Grant




-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to