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

[EMAIL PROTECTED] wrote:
> unable to import Sqlite API:  No module named sqlite3

You are missing the module that binds Python to SQLite.  It comes as
standard with Python but is only built if SQLite is already on the
machine.  Chances are you can find it as another package to install.
The underlying module is provided by pysqlite.

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

iEYEARECAAYFAkkQ0aMACgkQmOOfHg372QTYaQCgzIulbPh3CqYGMpy9LPAFjQ9u
7tQAnis4fHgos9Mb+Qocq3S8sV1807gB
=Dfg/
-----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