mirror of
https://github.com/B16f00t/whapa.git
synced 2026-04-25 19:05:51 +03:00
[GH-ISSUE #194] Problem tkinter whapa ubuntu 20.04 #172
Labels
No labels
enhancement
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/whapa#172
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 @rafaelg21 on GitHub (May 17, 2023).
Original GitHub issue: https://github.com/B16f00t/whapa/issues/194
File "/home/rafael/Documentos/whapa-master/whapa-gui.py", line 8, in
from tkinter import *
ModuleNotFoundError: No module named 'tkinter'
@Cajjunb commented on GitHub (Jul 17, 2023):
You need to donwload tktinker's GUI.
You can do that by using apt command:
sudo apt install python3-tk@pmoreno-rodriguez commented on GitHub (Mar 4, 2024):
I just started correctly with this solution.
@martin-rueegg commented on GitHub (Mar 7, 2024):
Same here. @Cajjunb's solution worked perfectly.