On Mon, Apr 22, 2013 at 2:23 PM, Anthony <abasta...@gmail.com> wrote:
> On Monday, April 22, 2013 8:53:39 AM UTC-4, BlueShadow wrote:

>> So I changed that. Now I get the next error:
>>
>> <class 'sqlite3.DatabaseError'> file is encrypted or is not a database

I think this may be a problem with sqlite versions.

On both system, in a python shell do:

import sqlite3
print sqlite3.version
print sqlite3.sqlite_version

# Following is just two check if you have
# the pysqlite2 installed
import pysqlite2.dbapi2
pysqlite2.dbapi2.version
pysqlite2.dbapi2.sqlite_version


and send us the results

Ricardo

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to