SQLite you have cannot store Null values #62
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
At startup:
"Problem: The version of SQLite you have cannot store Null values. Please download and install the latest revision of your version of Python (for example, the latest Python 2.7 revision) and try again."
$ python --version
Python 2.7.2+
Linux Mint 12
Might you be willing to upgrade to Python 2.7.3 ? From what I remember, this solved it for me.
2.7.2 didn't work for me too, 2.7.3 solved that problem.