I'm using Lubuntu 18.04 with XFCE.
When I run mynotes in terminal, I get the following output:
Traceback (most recent call last):
File "/usr/bin/mynotes", line 31, in <module>
from mynoteslib.constants import save_config, PIDFILE
File "/usr/lib/python3/dist-packages/mynoteslib/constants.py", line 352, in <module>
TOOLKITS = get_available_gui_toolkits()
File "/usr/lib/python3/dist-packages/mynoteslib/constants.py", line 344, in get_available_gui_toolkits
os.path.join(PATH, "packages.tcl")]).decode().strip().split()
File "/usr/lib/python3.6/subprocess.py", line 336, in check_output
**kwargs).stdout
File "/usr/lib/python3.6/subprocess.py", line 403, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.6/subprocess.py", line 709, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.6/subprocess.py", line 1344, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: 'tclsh': 'tclsh'
I'm using Lubuntu 18.04 with XFCE.
When I run
mynotesin terminal, I get the following output: