python-can-monitor
python-can-monitor copied to clipboard
Import Error No Module Named _curses
I'm trying to use the can monitor after successfully installing it (pip install -e .) when I run the command canmonitor either for com port or from log file I get this error
canmonitor -f tests\data\test_data.log
Traceback (most recent call last):
File "C:\Python35\Scripts\canmonitor-script.py", line 11, in
I figured out his issue by reading this https://stackoverflow.com/questions/32417379/what-is-needed-for-curses-in-python-3-4-on-windows7 It got me past this error