◐ Shell
clean mode source ↗

_tkinter pt. 1 by arihant2math · Pull Request #5583 · RustPython/RustPython

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@arihant2math

@arihant2math arihant2math commented

Mar 5, 2025

edited

Loading

Copy link Copy Markdown

Contributor

Feature-gated because tk had to be installed in a not-very-easy manner to work on windows.

  • Add tkinter code
  • Add setup for tkinter feature/module
  • Add basic type stubs

@bjia56

bjia56 commented

Mar 5, 2025

Copy link Copy Markdown

Would tcl/tk binaries sourced from https://github.com/python/cpython-bin-deps/ be useful for Windows?

@arihant2math

Copy link Copy Markdown

Contributor Author

Yup, that is, I'll see if the crates I'm using will play nice with it.

@arihant2math arihant2math marked this pull request as ready for review

March 13, 2025 17:25

@arihant2math arihant2math marked this pull request as draft

March 13, 2025 18:13

@arihant2math arihant2math marked this pull request as ready for review

March 13, 2025 18:14

@youknowone youknowone left a comment

Copy link Copy Markdown

Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Comment thread

stdlib/src/tkinter.rs Outdated

@youknowone youknowone left a comment

Copy link Copy Markdown

Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@youknowone youknowone merged commit 9779de9 into RustPython:main

Mar 23, 2025

@arihant2math arihant2math deleted the tkinter-pt1 branch

March 24, 2025 05:05

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

@youknowone youknowone youknowone approved these changes

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

3 participants

@arihant2math @bjia56 @youknowone