hyperobject / snap-nxt

[see blockext/nxt] Snap! + Mindstorms NXT
21 stars 12 forks source link

Cannot get this to work... #6

Open skippa opened 4 years ago

skippa commented 4 years ago

Instructions say to run python snap.py however can only find Snap-NXT.py which throws the following error (when run with python2, as Python 3 throws syntax errors):

Snap-NXT by Technoboy10 Traceback (most recent call last): File "Snap-NXT.py", line 126, in <module> import nxt.bluesock File "/usr/lib/python2.7/site-packages/nxt/bluesock.py", line 18, in <module> import lightblueglue as bluetooth File "/usr/lib/python2.7/site-packages/nxt/lightblueglue.py", line 17, in <module> import lightblue ImportError: No module named lightblue

I'm on Arch Linux, all up to date. Have both Python 2.7.18 and Python 3.8.3

I just cloned the repo, is there somewhere else I can get the snap.py file