CharlesAverill / satyrn

A Notebook alternative that supports branching code and local collaboration.
https://satyrn.readthedocs.io
MIT License
17 stars 4 forks source link

Tk dependency #26

Closed glsscnnn closed 4 years ago

glsscnnn commented 4 years ago

Okay so basically default package of python doesn't support tkinter cause it's like deprecated or something:

Screenshot from 2020-08-17 12-03-28

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.

CharlesAverill commented 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!