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
Instructions say to run
python snap.py
however can only findSnap-NXT.py
which throws the following error (when run withpython2
, 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