Re: Any ideas why Axiom is acting odd?
[email protected] Wed, 28 Jun 2006 19:23:47 -0400
| Newsgroups | gmane.comp.python.quotient.dev |
|---|---|
| Message-ID | <20060628232347.29014.308874150.divmod.quotient.14334@ohm> |
On Thu, 29 Jun 2006 00:19:19 +0900, Robert Gravina <[email protected]> wrote: >>Your modified library.py and library_items.py do work for me. I get this >>output when running them: > >[snip] > >Ah! I tried it on Linux and it works! But, it fails on both my iBook and a >Powerbook I've tried... so perhaps this is a Mac only issue? I am using Mac >OS X, sqlite 3.3.6, python 2.4.1, pysqlite 2.3.1, Twisted 2.4.0 and Epsilon >0.5.0. > >Bummer, because I use my Mac for development :( Any ideas? Are you sure you're using the same version of sqlite and pysqlite on linux and the mac? Pysqlite upgrades have broken things pretty badly in the past, and here's what I'm testing with on Ubuntu Dapper: glyph@alastor>>> help(pysqlite2._sqlite) ... sqlite_version = '3.2.8' version = '2.0.5'