Open stavsap opened 1 year ago
got an error after fresh install
"ModuleNotFoundError: No module named 'tkinter'"
fixed it with sudo apt-get install python3-tk, maybe its worth to add to notes or someting.
Thank you. tkinter should have come with python, ill add a note, didn't test it much on Linux.
For my Macbook Pro M2 this worked. The app now runs and works perfectly. Nice!
brew install python-tk
got an error after fresh install
"ModuleNotFoundError: No module named 'tkinter'"
fixed it with sudo apt-get install python3-tk, maybe its worth to add to notes or someting.