Ticket #15131 (closed defect: fixed)
py25-sqlite3 2.5.2 totally broken
| Reported by: | pfein@… | Owned by: | mww@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.6.0 |
| Keywords: | Cc: | jwa@… | |
| Port: | python25 sqlite3 |
Description
With a fresh install of Python 2.5.2 and py25-sqlite3, the module doesn't work at all:
In [1]: import sqlite3
In [2]: conn=sqlite3.connect(":memory:")
---------------------------------------------------------------------------
SystemError Traceback (most recent call last)
/Users/pfein/<ipython console> in <module>()
SystemError: NULL result without error in PyObject_Call
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


