Hi, Is it normal for the zipimporter to take 500-1000ms every request - should it be caching internally?
I'm importing like so: # templates.py sys.path.insert(0, 'lib/jinja2.zip') from jinja2 import Environment, FunctionLoader , TemplateNotFound , MemcachedBytecodeCache # main.py import templates Will it still be caching if im not importing the zip dircetly in the main.py? Anthony --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
