>
> > 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.
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to