On google appengine you cannot use SQLite

DAL('sqlite://...')

should be replaced by

DAL('gae')

You can have to use their db, they do not provide sqlite.

Massimo

On Dec 8, 7:49 am, zubair assad <[email protected]> wrote:
> i am getting this error:http://pastebin.com/m248282b
>
> i have python 2.5, google app engine, sqlite3.
>
> How can i rectify this error ?

--

You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en.


Reply via email to