On 17 Jun 2013, at 1:50am, Simon Slavin <[email protected]> wrote:
> > On 17 Jun 2013, at 1:44am, Merton Lister <[email protected]> wrote: > >> My application is Python-based, and I'm using py-sqlite module to connect >> to sqlite. Where should I put the .c and .h files? > > Here’s a nice Python wrapper: > > <http://code.google.com/p/apsw/> Woops. That’s Windows, you’re Ubuntu. Don’t you have the sqlite3 Python module <http://docs.python.org/2/library/sqlite3.html> ? Try import sqlite3 as lite does it give an error ? Take a look here: <http://zetcode.com/db/sqlitepythontutorial/> Simon. _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

