Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Add tkinter to the official embeddable python zip file #99566

Closed as not planned
Closed as not planned
@martinResearch

Description

@martinResearch

Feature

Add tkinter to the official embeddable python zip file

Pitch

At the moment tkinter is not included to the official embeddable python zip file despite being part of the standard library. Unfortunately, there does not seem to be an easy way to add it back after installing/unzipping the embeddable python because it is not on pypi.org.
It seems that adding tkinter to the zip file could be simply a matter of adding a single line in
https://github.com/python/cpython/blob/0faa0ba240e815614e5a2900e48007acac41b214/PC/layout/support/options.py
If the omission has been motivated by trying to keep the nugget file as small as possible maybe an alternative would be to provide an official tkinter package on pypi.org or to provide two embeddable versions.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions