The apsw package compiles and works on Linux just fine.

The python sqlite3 package uses the system libsqlite3.so module.  When you 
compile apsw.so, you can choose to use either the system libsqlite3.so or to 
compile your own sqlite3 amalgamation code into the extension.


---
()  ascii ribbon campaign against html e-mail
/\  www.asciiribbon.org

> -----Original Message-----
> From: sqlite-users-boun...@sqlite.org [mailto:sqlite-users-
> boun...@sqlite.org] On Behalf Of Simon Slavin
> Sent: Sunday, 16 June, 2013 18:56
> To: General Discussion of SQLite Database
> Subject: Re: [sqlite] Upgrade/Install sqlite3 on Ubuntu server
> 
> 
> On 17 Jun 2013, at 1:50am, Simon Slavin <slav...@bigfraud.org> wrote:
> 
> >
> > On 17 Jun 2013, at 1:44am, Merton Lister <mrtnl...@gmail.com> 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
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users



_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to