Christian,

Fantastic!

It was exactly that: installing the latest pysqlite package from source
that did the trick! For reference:

1) I did use python 2.4 to compile install pysqlite 2.3.2 (current
latest) release.

2) All I did was scp the trac.db file over and it worked, no need to do
an sqlite3 .dump, although that did work too.

(I mention that for other beginners, like me)

3) Here's what I have installed in terms of Debian packages now:

dpkg -l |  egrep -i "subvers|python|sqlite"

ii  libapache2-svn            1.1.4-2                   apache modules
for Subversion (aka. svn)
ii  libsqlite3-0              3.2.1-1                   SQLite 3 shared
library
ii  libsqlite3-dev            3.2.1-1                   SQLite 3
development files
ii  libsvn0                   1.1.4-2                   shared
libraries used by Subversion (aka. svn)
ii  libsvncpp0                0.7.0-2                   Subversion C++
shared library
ii  python2.3                 2.3.5-3sarge1             An interactive
high-level object-oriented language (version 2.3)
ii  python2.3-subversion      1.1.4-2                   python modules
for interfacing with Subversion (aka. svn)
ii  python2.4                 2.4.1-2                   An interactive
high-level object-oriented language (version 2.4)
ii  python2.4-dev             2.4.1-2                   Header files
and a static library for Python (v2.4)
ii  sqlite3                   3.2.1-1                   A command line
interface for SQLite 3
ii  subversion                1.1.4-2                   advanced
version control system (aka. svn)

Whether this is optimal or otherwise is not clear, but is working for
me. I'm not thrilled w/2 python versions, but it seems
python2.4-dev depends on python2.4, and python2.3-subversion, depends
on python2.3.
Removal of either of these seemed to break my install.

Also thanks to everyone else on this thread and sticking through it to
the end!

-jouell


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to