Why use sqlite when on GAE you HAVE to use the BigTable Datastore. And that is not an SQL type 'database'. You are not allowed to write to files with your python code. And sqllite needs file access so not supported on GAE. And NO C-type modules allowed.
2009/2/4 S.I <[email protected]>: > > Hi, > > I used the below line to import sqlite in google app: > > from sqlite3 import dbapi2 as sqlite > > Is it correct? > > When I import sqlite3 in google app i got the following error : > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" 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/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---
