You can't use native (c-extension) modules with app engine. Neither with the devappserver nor with the production environment.
http://code.google.com/appengine/docs/python/runtime.html#Pure_Python On Mon, Mar 23, 2009 at 5:55 PM, Gareth Nelson <[email protected]>wrote: > > Hi > > I've been trying to get web.py running on GAE and running into issues > with the templating engine, following the sample code here: > http://groups.google.com/group/webpy/browse_thread/thread/e716a79c8092b4c0 > > When testing my app with the -d option to dev_appserver it gives an > error when trying to import the parser module, parser is imported by > web.py's template module: > DEBUG 2009-03-23 16:54:19,974 dev_appserver.py] Could not import > "strop": Disallowed C-extension or built-in module > DEBUG 2009-03-23 16:54:20,053 dev_appserver.py] Could not import > "parser": Disallowed C-extension or built-in module > > > -- > “Lanie, I’m going to print more printers. Lots more printers. One for > everyone. That’s worth going to jail for. That’s worth anything.” - > Printcrime by Cory Doctrow > > Please avoid sending me Word or PowerPoint attachments. > See http://www.gnu.org/philosophy/no-word-attachments.html > > > > -- Alkis --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
