Re: Any ideas why Axiom is acting odd?

Robert Gravina <[email protected]> Thu, 29 Jun 2006 15:27:53 +0900
Newsgroups gmane.comp.python.quotient.dev
Message-ID <[email protected]>
> 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'
>

Aha! Thanks!

     sqlite_version = '3.1.3'
     version = '2.3.1'

It's using the older SQLite that came installed on the Mac in / 
usr/.... ah stupid me. The newer version I installed installed itself  
in /usr/local.

I reinstalled pysqlite, and removed the old files (/usr/lib/ 
libsqlite* and /usr/include/sqlite.h) and we get

     sqlite_version = '3.3.6'
     version = '2.3.1'

But, still same error! I was sure to remove the old database too.

Sorry about all this... could it be that my pysqlite is too new?

Robert


> _______________________________________________
> Divmod-dev mailing list
> [email protected]
> http://divmod.org/users/mailman.twistd/listinfo/divmod-dev