[google-appengine] Re: High CPU for zipimporter django.zip

2009-03-01 Thread yobin
hi, I met this problem too. I am using Google App Engine helper for Django, and I have a main() function, but it seems to be reloading the zip file and myr app is being reloaded each request. could anyone help me to solve this problem? Thanks On Jan 10, 12:11 am, Tom thomasfmc...@gmail.com

[google-appengine] Re: High CPU for zipimporter django.zip

2009-01-09 Thread Anthony
Ok think I've got it.. I'm now checking the sys.path for the import, now only does it once! if not 'shared/jinja2.zip' in sys.path: sys.path.insert(0, 'shared/jinja2.zip') #print import On Jan 9, 10:04 pm, Anthony acorc...@gmail.com wrote: Hi, same problem here with