[sqlite] sqlite database created in PHP not readable in python becomes how do i download the correct version of the python sqlite API

2013-09-25 Thread Aryc
first - thanks for all the insights. the versions are different (Ugh) but that raises a new question "how do i correct that?" these versions were defined by the download of PHP and Python (IE i didn't get the choice) below is the PHP code and Python code i used, followed by a hex dump of the

[sqlite] sqlite database created in PHP not readable in python

2013-09-24 Thread Aryc
All; I'm trying to use SQlite as a transfer medium between my PHP world and my Python world. in PHP i can read and write just fine. but when i try to read the database from a python program i get the dreaded "file is encrypted or not a database" message. can any body help me? Thanks Paul