Re: SQLite3__Python2.3-SQLite__Problem

2006-11-24 Thread Cousin Stanley
> if you look at > http://packages.debian.org/stable/python/python2.3-sqlite, > you will see that the python2.3-sqlite package is built against > SQLite 2. This is why you have a "file is encrypted or is not a > database" message, since databases created with SQLite 2.x are not > file-compatible w

Re: SQLite3__Python2.3-SQLite__Problem

2006-11-24 Thread Cousin Stanley
>> >> I thought I remembered that the data bases created either way >> were always 100% transparent with each other and that I could >> use an SQLite3 data base either from the command line or from >> within Python without any problems at all > > My guess is that 2 years ago you

Re: SQLite3__Python2.3-SQLite__Problem

2006-11-24 Thread Jonathan Ballet
Le Fri, 24 Nov 2006 13:18:14 -0600, Cousin Stanley <[EMAIL PROTECTED]> a écrit : > >This problem is occuring under Debian GNU/Linux Sarge >using Python 2.3 > Hi, if you look at http://packages.debian.org/stable/python/python2.3-sqlite, you will see that the python2.3-sqlite packag

Re: SQLite3__Python2.3-SQLite__Problem

2006-11-24 Thread John Machin
Cousin Stanley wrote: > It's been almost 2 years since I've done anything > with Python and SQLite and I'm having some problems > that I don't recall from my last usage > > It seems that SQLite3 data bases created at the command line > and those created using the sqlite module from wit

Re: SQLite3__Python2.3-SQLite__Problem

2006-11-24 Thread Cousin Stanley
> > SQLite3 data bases created via the command line > and those created using the python2.3-sqlite package > version 1.0.1-2 from within a Python program > are not compatible with each other > > If I create an SQLite3 data base from the command line > and populate it with