Post-installation test fails
"Tech" <[email protected]>
| Newsgroups | gmane.comp.python.db.pysqlite.user |
|---|---|
| Message-ID | <[email protected]> |
Hi. I'm running the latest version of Slackware with python 2.4.3. I installed sqlite 3.4.0 and pysqlite 2.3.4 without apparently having any problems. However, when I ran the test recommended by the pysqlite website, I got this result:
ERROR: CheckUsefulErrorMessage (pysqlite2.test.regression.RegressionTests)
---------------------------------------------------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.4/site-packages/pysqlite2/test/regression.py", line 105, in CheckUsefulErrorMessage
if e.message != "cannot start a transaction within a transaction":
AttributeError: OperationalError instance has no attribute 'message'
---------------------------------------------------------------------------------------------------------------
Ran 177 tests in 1.592s
FAILED (errors=1)
Any ideas?