Hi All,

I have added a note in the DescUsage of trac and let
Jeremy know.  Installing pysqlite2 to a fink tree with
an existing sqlite database will cause trac to fail
with a message like this:

Available Projects
    * tracfoo: Error
      (file is encrypted or is not a database)

According to the trac web page, this is how to update
databases from sqlite2 to sqlite3 when pysqlite2 is
installed:

 $ mv trac.db trac2.db
 $ sqlite trac2.db .dump | sqlite3 trac.db

http://projects.edgewall.com/trac/wiki/PySqlite

Down the road, I was thinking we should change the
dependencies of trac to be pysqlite2 to eventually
remove the possibility of people running into this
kind of problem.

I am going to let the DescUsage in trac sit for a few
days to allow time for any discussion.

Comments?

Thanks,
-kurt

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to