Fixing “ImportError: No module named pysqlite2” under Python 2.7.3
In my case I had already installed sqlite-dev (this is on a RHEL6 install) but I was getting the error: ImportError: No module named pysqlite2 when trying to run Cuckoo Sandbox 0.5. I looked in the setup.py code and found the following code: # We hunt for #define SQLITE_VERSION “n.n.n” # We need to find…