I am trying to launch the python console.py in Windows 7. I followed the step by step setup and verified the COM port setting. But, when I launch the console, I get the following error
C:\piksi_firmware\scripts>python console.py --port COM3
WARNING:traits.has_traits:DEPRECATED: traits.has_traits.wrapped_class, 'the 'imp
lements' class advisor has been deprecated. Use the 'provides' class decorator.
Traceback (most recent call last):
File "console.py", line 88, in <module>
from one_click_update import OneClickUpdate
File "C:\piksi_firmware\scripts\one_click_update.py", line 15, in <module>
from intelhex import IntelHex
ImportError: No module named intelhex
Any help would be appreciated
Thanks