happyleavesaoc / python-limitlessled

MIT License
33 stars 22 forks source link

No module named queue #5

Closed Zmash closed 7 years ago

Zmash commented 7 years ago

Hey, thaks for the great Work. Currently i have a problem if i try to start my programm:

Traceback (most recent call last): File "test.py", line 2, in <module> from limitlessled.bridge import Bridge File "/usr/local/lib/python2.7/dist-packages/limitlessled/bridge.py", line 3, in <module> import queue ImportError: No module named queue

Is there a solution for this?

\Zmash

Zmash commented 7 years ago

Have to use python 3 instead of 2.7.