Currently unable to launch PoMoCo running under Ubuntu (well technically Xubuntu 12.04 - xfce desktop environment). Python and PySerial at 2.7.3 and 2.6 respectively.
First launch attempt stated that I was missing the python-tk package. Simple fix there:
Trying to launch again gives the following error:
Traceback (most recent call last):
File "PoMoCo.py", line 9, in <module>
import servotorComm
File "PoMoCo/servotorComm.py", line 4, in <module>
import serial.tools.list_ports
ImportError: No module named tools.list_ports
I’m totally new to Python and am at a loss. Any advice? Thanks, Rob
