'Please install python-sqlite3 extension'
quintoorschot opened this issue · 2 comments
Please correct me if I'm wrong, but I am working on Kali Linux and upon running Responser I keep getting an error message stating 'Please install python-sqlite3 extension'. Even though I have clearly installed the extension. Is this an error on my side or in the program itself?
Hi quintoorschot,
I don't have a quick answer for you but could you provide some more details. Maybe the output of locate sqlite3 |grep python
? I'm wondering if it's possible you have sqlite3 for one version of python but not necessarily the version you use to run Responder. Also, if you could, just drop into a python3
and run import sqlite3
just so we can see what, if any error message it spits out.
Closing this issue since no answer was provided.