> Reading http://initd.org/tracker/pysqlite/wiki/PysqliteVersions it
> seems that python-sqlite-1.1.x was especially created to support
> sqlite 3.x, so I don't think they are incompatible at all.
> It just seems that Trac is not able to use sqlite 3.x and python-sqlite-1.1.x.

Yeah, this is what I wrote, isn't it? ;-)
python-sqlite-1.1.x has been created to support Sqlite3, but it is not
the recommended way to access SQLite3: Pysqlite2 is the way to go.

Now if both your servers have a similar architecture, there is a
chance that you can simply copy the .db file from one machine to
another - rather than dump/loading it, and keep using SQLite2 format.
This would make it till CentOS decides to upgrade its packages:
Pysqlite2.1 is 1 year and a half old...

Cheers,
Manu

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to