from PyTrinamic.modules.TMCM1617.TMCM_1617 import TMCM_1617
Traceback (most recent call last):
File "", line 1, in
File "PyTrinamic/modules/TMCM1617/TMCM_1617.py", line 9, in
File "PyTrinamic/modules/tmcl_module_interface.py", line 7, in
ImportError: no module named 'abc'
It turns out that the install.py script does not copy abc from bycopy-lib to the SD card. Upon inspection of the abc.ABC class in bycopy-lib, it only contains a pass. Any help here would be nice.
It turns out that the install.py script does not copy abc from bycopy-lib to the SD card. Upon inspection of the abc.ABC class in bycopy-lib, it only contains a pass. Any help here would be nice.