I\'m trying this code:
import sqlite connection = sqlite.connect(\'cache.db\') cur = connection.cursor() cur.execute(\'\'\'create table item (id integer p
You should check out if there is no DBMS administration and development platform working on your database (like pgAdmin), as this is probably the most popular cause of this error. If there is - commit the changes done and the problem is gone.