I've got all the dependencies - so I thought - installed and when I wrote "tovid gui", I got Traceback (most recent call last):
File "/usr/local/lib/tovid/todiscgui", line 5, in <module>
from libtovid.guis import todisc
File "/usr/local/lib/python2.7/dist-packages/libtovid/guis/todisc.py", line 10, in <module>
import tkinter as tk
ImportError: No module named tkinter
I installed tk but got the same message. Then I removed and installed python3-tk - same message.
Thanks in advance
Richard