Tkinter needed as a legacy version 2.7 imports the module...
Grant Edwards
grant.b.edwards at gmail.com
Sat Feb 27 08:04:15 EST 2021
On 2021-02-26, MRAB <python at 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
More information about the Python-list
mailing list