Re: [Tutor] sqlite3 woes opening Moz, FFox sqlite db with only the inevitable 'DatabaseError: file is encrypted or is not a database' occurring...

2013-07-24 Thread Walter Prins
Hi, On 24 July 2013 17:08, Paul Smith wrote: > Thanks but still stuck... > > Walt- > Pete- > > I am trying to copy-update py 2.7.5 with latest sqlite3 for version fix > but am running win 7 64bit and am getting these errors on both regsrv32 and > WOW64 while trying to register new Dll's... > A

Re: [Tutor] sqlite3 woes opening Moz, FFox sqlite db with only the inevitable 'DatabaseError: file is encrypted or is not a database' occurring...

2013-07-24 Thread Walter Prins
Hi Peter, On 24 July 2013 09:20, Peter Otten <__pete...@web.de> wrote: > If you don't want to switch to Python 3.3 -- or if it doesn't feature an > sqlite version that supports WAL -- you could use sqlite's commandline > tools > to switch off WAL on a copy (!) of places.sqlite. I've just gone