
30 Oct
2017
30 Oct
'17
8:27 p.m.
mr-fox nyx # ./run_nyx Traceback (most recent call last): File "./run_nyx", line 7, in <module> import nyx File "/root/nyx/nyx/__init__.py", line 49, in <module> import sqlite3 ImportError: No module named sqlite3
Thanks Toralf! What python version are you using? Sqlite3 should be built in nowadays... https://docs.python.org/2/library/sqlite3.html