j
k
j a
j l
ImportError: cannot import name Serial What part of the setup have I missed?
ImportError: cannot import name Serial
What part of the setup have I missed?
You're missing python-serial. Can you add deps=serial to the [testenv:driver] section in tox.ini and see if that works?
--Dan
Back to the thread
Back to the list