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

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Kurda Yon

    #16
    Re: How to build the pysqlite? Where to find the "sqlite3.h "?

    >
    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.

    Comment

    Working...