I've been using the standard 0.96 version of django built-in to
appengine with my app and have had the same DeadlineExceededErrors for
the past two weeks.  My app has worked fine for the last 9 months.
I've tried the last 5 versions of my app to see if the problem was
related to any code changes I've made, but I get the
DeadlineExceededErrors on all of them, so I don't think it's related
to any of my code.

It definitely seems like django is not getting properly loaded, as all
the errors I've seen seem to be related to django modules not being
found.  Here is a one from this morning.

<class 'google.appengine.runtime.DeadlineExceededError'>:
Traceback (most recent call last):
  File "/base/data/home/apps/gqueues/beta2-7-9.336205351043982571/
gqueues.py", line 23, in <module>
    from controllers.admin import AdminHandler
  File "/base/data/home/apps/gqueues/beta2-7-9.336205351043982571/
controllers/admin.py", line 10, in <module>
    from controllers.baserequest import BaseRequestHandler
  File "/base/data/home/apps/gqueues/beta2-7-9.336205351043982571/
controllers/baserequest.py", line 6, in <module>
    from google.appengine.ext.webapp import template
  File "/base/python_lib/versions/1/google/appengine/ext/webapp/
template.py", line 65, in <module>
    import django.template
  File "/base/python_lib/versions/third_party/django-0.96/django/
template/__init__.py", line 918, in <module>
    add_to_builtins('django.template.defaultfilters')
  File "/base/python_lib/versions/third_party/django-0.96/django/
template/__init__.py", line 915, in add_to_builtins
    builtins.append(get_library(module_name))
  File "/base/python_lib/versions/third_party/django-0.96/django/
template/__init__.py", line 904, in get_library
    mod = __import__(module_name, {}, {}, [''])
  File "/base/python_lib/versions/third_party/django-0.96/django/
template/defaultfilters.py", line 5, in <module>
    from django.utils.translation import gettext
  File "/base/python_lib/versions/third_party/django-0.96/django/utils/
translation/__init__.py", line 1, in <module>
    from django.conf import settings
  File "/base/python_dist/lib/python2.5/py_zipimport.py", line 105, in
__init__
    if not os.path.isfile(archive):
  File "/base/python_dist/lib/python2.5/posixpath.py", line 208, in
isfile
    st = os.stat(path)


This is very frustrating and it would be nice if a Googler would at
least explain what's going on.





On Sep 12, 1:21 pm, Ernesto Ferro <ernestofe...@gmail.com> wrote:
> I have the same problem and I found a solution (at least it seems so)
> that works for me. If you are using django 1.02 or greater switch to
> 0.96. If it works for you please post about it.
> So far there's no errors in my logs and by now I should have many with
> the older version of my app.
>
> Regards
>
> On 11 sep, 18:37, Mike Wesner <m...@konsole.net> wrote:
>
>
>
> > Any response from a googler on this?   We are seeing this issue also.
>
> > thanks!
>
> > On Sep 11, 1:00 pm, Ernesto Ferro <ernestofe...@gmail.com> wrote:
>
> > > I'm having the same issue. I've made a REALLY simple site with django
> > > 1.02 (from app engine) trying to find the problem. The only thing that
> > > this app does is return an html with render_to_response. Nothing else
> > > ant yet it fail by deadline, imports or some disk i/o operations.
> > > Does google knows about this? Because it seems like the problem it's
> > > outside the users code.
>
> > > Regards

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to