No attribute enable_load_extension

Bug #542302 reported by Goyo
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
python-pysqlite2 (Ubuntu)
Fix Released
Undecided
Unassigned

Bug Description

Binary package hint: python-pysqlite2

Ubuntu 9.10
python-pysqlite2 2.5.5-1ubuntu1

SQLite extensions can't be loaded:

>>> from pysqlite2 import dbapi2 as sqlite3
>>> con = sqlite3.connect(":memory:")
>>> con.enable_load_extension(True)
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
AttributeError: 'pysqlite2.dbapi2.Connection' object has no attribute 'enable_load_extension'

Revision history for this message
Goyo (goyodiaz) wrote :

Closing as it's fixed in Oneiric.

Changed in python-pysqlite2 (Ubuntu):
status: New → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.