You can't use modules based on c-extensions with App Engine. You can also only communicate via http, so it wouldn't matter even if you could. http://code.google.com/appengine/docs/python/runtime.html#The_Sandbox
They are planning SQL support in the 'near' future. Tobias Rodäbel has put together a nice example of how to use it. Note that this will not work on production yet. https://github.com/rodaebel/simplenotes Robert On Tue, Aug 16, 2011 at 02:45, Smita Korgaonkar <[email protected]> wrote: > I installed MySQLdb in python2.6. Using python 2.6 I run application > which was developed in googleappengine. > I import that using statement > > import MySQLdb > I got following error > > ImportError: No module named MySQLdb > > [ This module available when I import from python prompt ] > What can I do for that > > -- > 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. > > -- 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.
