2011/2/18 harsha <[email protected]>:
> I copied entire web folder of web.py-0.34 to code.py folder and thus
> solved import web issue.
>
> But now I am having issue with sqlite3. How to solve sqlite issue?

You can't use sqlite database on app engine. You need to use google
datastore instead.

http://code.google.com/appengine/docs/python/gettingstarted/usingdatastore.html

-- 
You received this message because you are subscribed to the Google Groups 
"web.py" 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/webpy?hl=en.

Reply via email to