There is a way using monkeypatching. I posted up a small howto over on StackOverflow: http://stackoverflow.com/questions/3086091/debug-jinja2-in-google-app-engine/3694434#3694434
The thing you need to know is the list of c modules you depend on so you can add them to the whitelist. - Tom On Sep 29, 9:55 pm, Nikola <[email protected]> wrote: > Hello, > > I know GAE restricts access to allow only certain C libraries and > Python modules. However, is there an easy way to lift those > restrictions from the local dev server? > > Specifically, I would like to use the MySQLdb module to import my > datastore data. > > Thanks, > Nikola -- 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.
