Menu

#101 Unable to find sqlite when using pysqlite

closed-wont-fix
SQLite (24)
5
2005-07-20
2005-07-20
Sgeo Sgeo
No

When using pysqlite, when I used SQLiteConnection(), I
got an error about it being unable to find sqlite

I was able to fix it myself by changing Line 13 in
sqliteconnection.py from:

import sqlite

to:

from pysqlite2 import dbapi2 as sqlite

Discussion

  • Oleg Broytman

    Oleg Broytman - 2005-07-20

    Logged In: YES
    user_id=4799

    You are using the very old SQLObject version. Some support
    for PySQLite2 was added to SQLObject recently. Please
    checkout the latest version from the Subversion repository.

     
  • Oleg Broytman

    Oleg Broytman - 2005-07-20
    • assigned_to: nobody --> phd
    • status: open --> closed-wont-fix
     

Log in to post a comment.