poclbm
poclbm copied to clipboard
Error running poclbm.py; "No module named serial.serialutil"
As the title says, when I try running poclbm it fails early in the startup with this error message:
Traceback (most recent call last):
File "./poclbm.py", line 86, in
This is in Lubuntu 13.04. I noticed that this distro uses Python 3 whereas most use 2, could that be the issue?
install this: https://pypi.python.org/packages/source/p/pyserial/pyserial-2.6.tar.gz
Use "pip install pyserial" command