ChrisKnott / Algojammer

An experimental code editor for writing algorithms
Apache License 2.0
2.92k stars 107 forks source link

A small problem with installing #16

Closed inyutin closed 5 years ago

inyutin commented 5 years ago

When I tried to run algojammer.py, I got an error:

Traceback (most recent call last): File "algojammer.py", line 1, in import eel, state_boxes as sbx, execution as exe, state as sta, time as tme File "/home/dmitry/Code/Algojammer/state_boxes.py", line 2, in import tkinter as tkt, tkinter.filedialog as fdg File "/usr/lib/python3.7/tkinter/init.py", line 36, in import _tkinter # If this fails your Python may not be configured for Tk ImportError: libtk8.6.so: cannot open shared object file: No such file or directory

It easily fixed by installing "tkinter" package. Probably you should specify it in README.

ChrisKnott commented 5 years ago

Tkinter is part of stdlib though, or so I thought...

inyutin commented 5 years ago

Yeah, it suppose to be. I think it may relate to Arch OS.