The documentation states:
Python-sqlite 1.0.1 or later...and the link points to:
http://www.sqlite.org/download.htmlHowever, there is no Python-sqlite package on that site, and I can't see a parameter to pass to the regular sqlite package to "enable" Python options.
So how do I go about getting this fixed, so that I can launch the newly installed Griffith without the following error:
Traceback (most recent call last):
File "/usr/bin/griffith", line 37, in ?
import backup
File "/usr/share/griffith/lib/backup.py", line 28, in ?
import sql
File "/usr/share/griffith/lib/sql.py", line 25, in ?
import sqlite
ImportError: No module named sqliteThx!
-Lup