sqlite for mac?

7stud bbxx789_05ss at yahoo.com
Thu May 3 13:32:41 EDT 2007


On May 3, 8:37 am, "Daniel Nogradi" <nogr... at gmail.com> wrote:
>
> If all tests ran fine then pysqlite can see your sqlite installation.
> How are you importing sqlite? It's usually something like "from
> pysqlite2 import dbapi2 as sqlite" not simply "import sqlite".
>

I just checked the errata for the book, and it says to use the import
statement you suggested:

> from pysqlite2 import dbapi2 as sqlite




More information about the Python-list mailing list