Closed glsscnnn closed 4 years ago
Added a try/catch that exits on a TK ImportError in dce6c2cf76bcefcdb08310816fdc9ba031b9d935. Don't want to auto-install anything or mess around with the platform
module, so I just linked to the TK installation page. Thank you!
Okay so basically default package of python doesn't support tkinter cause it's like deprecated or something:
you're going to want to fix this problem with:
sudo pacman -S tk
sudo apt-get install python-tk
not entirely sure if this is a issue on other systems would recommend more testing.