-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 16/06/13 17:55, Simon Slavin wrote:
>> 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

APSW is not Windows.  It is provided as source for all platforms, and also
binaries for Windows because Windows users typically do not have C
compilers available (and even if they do they have to match Python).

The recommended APSW build instructions are below.
(The Windows binaries were built that way too).

  http://apidoc.apsw.googlecode.com/hg/build.html#recommended

In particular note that it downloads and statically includes the SQLite
amalgamation completely ignoring any system SQLite.

pysqlite's setup.py script does have an option to do that, but I doubt it
works any more.  The pysqlite source has not had any changes in two years.

Also if you want to use SQLite and not pretend that it is the same as
other databases then this will be of interest:

  http://apidoc.apsw.googlecode.com/hg/pysqlite.html

(Disclosure: I am the author of APSW)

Roger

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iEYEARECAAYFAlG+pO8ACgkQmOOfHg372QQLZQCgxhbB/EHUBdAZ3vVX78a4u3eY
9XkAoK3de4S0zjad3978iDdO7zRfrXCv
=eFbl
-----END PGP SIGNATURE-----
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to