Thanks Friedel. Running those commands show me: -bash-3.00$ python -c "import sqlite3; print sqlite3.version" 2.3.2 -bash-3.00$ python -c "import sqlite3; print sqlite3.sqlite_version" 3.2.2
I'm not sure why the first one shows 2.3.2 instead of 3.x.x Regards, Aijin On 2008년 10월 24일 오후 02:19, F Wolff wrote: > On Vr, 2008-10-24 at 08:14 +0200, F Wolff wrote: > >> This seems related to the statistics database. Did you rebuild the >> statistics database since testing out the pre-release versions of 1.2? >> Can you perhaps say what the output is of this command? >> >> python -c "import sqlite3; print sqlite3.version" >> > > > And also this one: > > python -c "import sqlite3; print sqlite3.sqlite_version" > > Friedel > > -- > Recently on my blog: > http://translate.org.za/blogs/friedel/en/content/autocompletion-during-translation > > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Translate-pootle mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/translate-pootle > ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Translate-pootle mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/translate-pootle
