From: Tom D. <ts...@ts...> - 2004-08-04 17:49:49
|
Aloha all, After installing pypgsql on my Mac OS X 10.3 with PostgreSQL 7.4, I get the following errors on the test suite (see below). The archive shows that this problem has been reported twice before, and apparently fixed, but I couldn't find the fix. Please note that this is the initial installation of pypgsql on my machine. Thanks in advance for your help. Tom ........................................F.F....................... ====================================================================== FAIL: CheckDoMoreResultObjectChecks (__main__.PgSQLTestCases) ---------------------------------------------------------------------- Traceback (most recent call last): File "test/PgSQLTestCases.py", line 817, in CheckDoMoreResultObjectChecks self.fail(msg) File "/System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/unittest.py", line 260, in fail raise self.failureException, msg AssertionError: '7.4' ====================================================================== FAIL: Test execute() with a singleton string as the parameter. ---------------------------------------------------------------------- Traceback (most recent call last): File "test/PgSQLTestCases.py", line 639, in CheckExecuteWithSingleton "Length of cur.description is %d, it should be %d." % File "/System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/unittest.py", line 292, in failUnlessEqual raise self.failureException, \ AssertionError: Length of cur.description is 11, it should be 4. ---------------------------------------------------------------------- Ran 66 tests in 2.322s FAILED (failures=2) Thomas S. Dye, Ph.D. T. S. Dye & Colleagues, Archaeologists, Inc. 735 Bishop Street, Suite 315 Honolulu, Hawai`i 96813 Voice (808) 387-9352 Fax (808) 529-0884 http://www.tsdye.com |