I'm trying this with a fresh Linux install, had to install python3-tk but then I get these errors (both commands run from the folder with them in)
./easykeymap.sh
Traceback (most recent call last):
File "/usr/lib/python2.7/runpy.py", line 162, in _run_module_as_main
"__main__", fname, loader, pkg_name)
File "/usr/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
File "/home/joe/Downloads/EasyAVR-master/keymapper/easykeymap/gui.py", line 31, in <module>
from tkinter import *
or
python3.4 easykeymap/gui.py
Traceback (most recent call last):
File "easykeymap/gui.py", line 46, in <module>
from easykeymap import __version__
ImportError: No module named 'easykeymap'
First thing I tried last time was running the installer so I guess that will fix it, but thought this might be useful?
@jdcarpe it can be made to run and the latest commit says "Add support for new JD45 and JD40 boards by Wilba" so should work for them. I can test on my JD40 (from ctrl alt in late 2014) if that helps?