pysql test failed on macos
Özgür Odabaşı <[email protected]>
| Newsgroups | gmane.comp.python.db.pysqlite.user |
|---|---|
| Message-ID | <[email protected]> |
Hİ all,
I'm trying to install django with sqlite but i have failed after
install pysqlite,
i couldn't found any answer from google
I'm running on Macos 10.4, Python 2.5.1, sqlite: 3.4.0
what should i do? any ideas?
thanks for advice or help
------
Python 2.5.1 (r251:54869, Apr 18 2007, 22:08:04)
[GCC 4.0.1 (Apple Computer, Inc. build 5367)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> from pysqlite2 import test
>>> test.test()
........................................................................
........................................................................
..............................F.....
======================================================================
FAIL: CheckOnConflictRollback
(pysqlite2.test.regression.RegressionTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/site-packages/pysqlite2/test/regression.py", line 108, in
CheckOnConflictRollback
self.fail("pysqlite knew nothing about the implicit ROLLBACK")
AssertionError: pysqlite knew nothing about the implicit ROLLBACK
----------------------------------------------------------------------
Ran 180 tests in 4.052s
FAILED (failures=1)
>>>
--
Özgür
_______________________________________________
pysqlite mailing list
[email protected]
http://lists.initd.org/mailman/listinfo/pysqlite