Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Windows] Add defaults to include tkinter surely. #493

Conversation

Suzumizaki
Copy link
Contributor

With Python 3.7, the environment variables both TCL_LIBRARY and TK_LIBRARY are not set.

This fix will find tcl/tk libraries and dlls automatically, that would help many many many peoples who want to include tkinter with cx_Freeze, all over the internet :)

Tested on Python 3.7.4(x64) and 3.7.3(x86).

With Python 3.7, the environment variables both TCL_LIBRARY and TK_LIBRARY are not set.

This fix will find tcl/tk libraries and dlls automatically, that would help many many many peoples who want to include tkinter with cx_Freeze, all over the internet :)

Tested on Python 3.7.4(x64).
@anthony-tuininga anthony-tuininga merged commit d7f0bed into marcelotduarte:master Aug 10, 2019
@Suzumizaki
Copy link
Contributor Author

Thank you!

Suzumizaki added a commit to Suzumizaki/cx_Freeze that referenced this pull request Aug 13, 2019
With Python 3.7, the environment variables both TCL_LIBRARY and TK_LIBRARY are not set.

This fix will find tcl/tk libraries and dlls automatically, that would help many many many peoples who want to include tkinter with cx_Freeze, all over the internet :)

Tested on Python 3.7.4(x64).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants