I\'m trying this code:
import sqlite connection = sqlite.connect(\'cache.db\') cur = connection.cursor() cur.execute(\'\'\'create table item (id integer p
Turned out the problem happened because the path to the db file was actually a samba mounted dir. I moved it and that started working.