On May 3, 8:37 am, "Daniel Nogradi" <[EMAIL PROTECTED]> 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

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to