On 23 Oct 2017, at 4:42am, John R. Sowden <[email protected]> wrote:
> I just checked my file with a hex editor (ghex) and found they are all hex
> 27.
Okay, they’re correct. Try replacing the line it’s complaining about with
connection = sqlite3.connect(':memory:')
Simon.
_______________________________________________
sqlite-users mailing list
[email protected]
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

