Re: Axiom and py2app

Robert Gravina <[email protected]> Mon, 23 Oct 2006 23:34:17 +0900
Newsgroups gmane.comp.python.quotient.dev
Message-ID <[email protected]>
On 2006/10/22, at 18:50, Robert Gravina wrote:

> On 2006/10/22, at 0:05, Jean-Paul Calderone wrote:
>
>> Could be related to this:
>>
>> http://mail.python.org/pipermail/python-dev/2006-October/069504.html
>>
>> In which case it would seem to be a SQLite or PySQLite bug.
>
> Thankyou! It does seem related.. I'll join that list (python-dev)  
> and confirm it happens for me too  and see what I can find in the  
> sqllite/pysqlite mailing lists...
>

While I've yet to fix this, there's discusson on the Trac site about it:
http://trac.edgewall.org/wiki/ 
PySqlite#ProgrammingError:libraryroutinecalledoutofsequence

Also, I thought you'd like to know that Axiom seems to work fine on  
the latest versions of pysqlite and sqlite (2.3.2 and 3.3.8).  
Previously I was having problems because I wasn't using the  
recommended versions (2.0 and 3.2.1) but the examples work fine now.  
Running  "trial axiom" looks good, except for the last few tests  
which fail, but the message:

[SKIPPED]:  
axiom.test.test_unavailable_type.UnavailableTypeTestCase.testUnavailable

This test breaks EVERY subsequent test, because reloading item and  
store is not allowed

suggests you know about that :)

Robert