mirror of
https://github.com/brentvollebregt/auto-py-to-exe.git
synced 2026-04-25 11:45:49 +03:00
[GH-ISSUE #495] Error: tkinter not found #385
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @yumianhuli1 on GitHub (Aug 21, 2024).
Original GitHub issue: https://github.com/brentvollebregt/auto-py-to-exe/issues/495
Originally assigned to: @yumianhuli1 on GitHub.
OS:win11
python3.8.10
run auto-py-to-exe
Error: tkinter not found
For linux, you can install tkinter by executing: "sudo apt-get install python3-tk"
plz take a look ,thanks!
@github-actions[bot] commented on GitHub (Aug 21, 2024):
👋 Hi, just a reminder that if you haven't read the help post yet, give it a read to see if your issue is covered in it and make sure to follow the debugging section.
Also please note, as stated in the README, if your issue is only associated with your application and not auto-py-to-exe itself, please do not create an issue in this repository - instead, comment on the help post, video or create a new discussion.
@brentvollebregt commented on GitHub (Aug 21, 2024):
Did you follow the instructions in the error? Looks like you don't have tkinter installed.
@yumianhuli1 commented on GitHub (Aug 21, 2024):
Hi!First, I don't need to install this library and second I installed this dependency, but still reported this error
@brentvollebregt commented on GitHub (Aug 23, 2024):
If you run
from tkinter import Tkin the same Python environment you are trying to run auto-py-to-exe with, what do you get?@github-actions[bot] commented on GitHub (Sep 23, 2024):
This issue is stale because it has been open for 60 days with no activity. Remove stale label or comment on this issue or it will be closed in 5 days.