How to build the pysqlite? Where to find the "sqlite3.h"?

Kurda Yon kurdayon at yahoo.com
Thu Nov 6 22:11:15 EST 2008


>
> > But I read your statement and understood that I do not need to install
> > neither "pysqlite" no "sqlite". In my Python session I tried to type
> > "from sqlite import connect" and it does not compaline. It meand that
> > Python see the database!!! I hope.
>
> I don't think so. There is no "sqlite" module in Python so the above
> line should give you an error. The module is called sqlite3.
>

Well, but the "above line" does not give me an error. I get an error
if I replace "sqlite" by "sqlite3". But anyway, now everything works
fine.

Thnak you everybody for the help.



More information about the Python-list mailing list