I’ve finished assembling my Hexy, and am trying to get it to move around. I’ve downloaded all the software and when I try to run Pomoco, I get an import error with the following:
Traceback (most recent call last):
File “C:\Python27\PoMoCo\PoMoCo-1.0\PoMoCo.py”, line 9, in
import servotorComm
File “PoMoCo\servotorComm.py”, line 4, in
import serial.tools.list_ports
ImportError: No module named tools.list_ports
What does this mean and how do I fix it?