whapa icon indicating copy to clipboard operation
whapa copied to clipboard

Problem tkinter whapa ubuntu 20.04

Open rafaelg21 opened this issue 1 year ago • 3 comments

File "/home/rafael/Documentos/whapa-master/whapa-gui.py", line 8, in from tkinter import * ModuleNotFoundError: No module named 'tkinter'

rafaelg21 avatar May 17 '23 16:05 rafaelg21

You need to donwload tktinker's GUI. You can do that by using apt command: sudo apt install python3-tk

Cajjunb avatar Jul 17 '23 00:07 Cajjunb

You need to donwload tktinker's GUI. You can do that by using apt command: sudo apt install python3-tk

I just started correctly with this solution.

pmoreno-rodriguez avatar Mar 04 '24 15:03 pmoreno-rodriguez

Same here. @Cajjunb's solution worked perfectly.

martin-rueegg avatar Mar 07 '24 19:03 martin-rueegg