PDA

View Full Version : Python+Sqlite 3 on N800


Lupin3d
11-15-2007, 11:19 AM
Is it possible to "import sqlite" in a py file?
I'm trying to build a simple application based on sqlite3 in python using pygtkeditor. I get pysqlite from http://initd.org/tracker/pysqlite/wiki/pysqlite but when I launch "python2.5 setup.py install" the xterm tell me that gcc is missing :)

Tahitibob
11-15-2007, 01:07 PM
import sqlite3
to play with sqlite3 databases

David.