Thanks Jeff, I opened an issue in the appenginepatch bug tracker:
http://code.google.com/p/app-engine-patch/issues/detail?id=12

On Oct 22, 9:34 am, Jeff S <[EMAIL PROTECTED]> wrote:
> Hi Alexander,
>
> I'm excited that people are creating helpful open source libraries,
> but I don't think I would ever be able to be an expert in all of
> them :) App-Engine-Patch is not something we Googlers can currently
> support. The same goes for other community contributed libraries which
> runs on top of the standard App Engine runtime and APIs. I recommend
> contacting the library authors and filing an issue in the app-engine-
> patch issue tracker. If it turns out the issue is caused by something
> in Google App Engine, I'll happily take a look.
>
> Happy coding,
>
> Jeff
>
> On Oct 20, 9:35 pm, Alexander Kojevnikov <[EMAIL PROTECTED]>
> wrote:
>
> > Can someone from Google acknowledge this issue? Let me know if you
> > need help reproducing it, my app gets about 5 such errors a day
> > (appid:muspy).
>
> > On Oct 21, 4:00 pm, "Damien Hou" <[EMAIL PROTECTED]> wrote:
>
> > > This happended to me too. Starred the issue.
>
> > > On Fri, Oct 10, 2008 at 5:46 AM, Alexander Kojevnikov <
>
> > > [EMAIL PROTECTED]> wrote:
>
> > > > I get the same error from time to time. I'm using Django 1.0 with app-
> > > > engine-patch.
>
> > > > I starred the issue and included my stacktrace.
>
> > > > On Oct 10, 1:34 am, Aral Balkan <[EMAIL PROTECTED]> wrote:
> > > > > Is anyone else seeing errors similar to the following. It seems to
> > > > > happen randomly -- possibly following a datastore write.
>
> > > > > The only thing that fixes the app after it happens is to re-deploy.
>
> > > > > Thoughts?
>
> > > > > Issue link:http://tinyurl.com/4c2z2v
>
> > > > > Thanks,
> > > > > Aral
>
> > > > > 500 Error at /admin/ (<type 'exceptions.SystemError'>)
> > > > > <type 'exceptions.SystemError'>: Parent module 'django.template' not
> > > > > loaded
> > > > > Traceback (most recent call last):
> > > > >   File "/base/data/home/apps/si/4.18/common/appenginepatch/main.py",
> > > > > line 24, in real_main
> > > > >     util.run_wsgi_app(application)
> > > > >   File "/base/python_lib/versions/1/google/appengine/ext/webapp/
> > > > > util.py", line 76, in
> > > > > run_wsgi_app
> > > > >     result = application(env, _start_response)
> > > > >   File "/base/data/home/apps/si/4.18/common/django/core/handlers/
> > > > > wsgi.py", line 239, in
> > > > > __call__
> > > > >     response = self.get_response(request)
> > > > >   File "/base/data/home/apps/si/4.18/common/django/core/handlers/
> > > > > base.py", line 128, in
> > > > > get_response
> > > > >     return self.handle_uncaught_exception(request, resolver, exc_info)
> > > > >   File "/base/data/home/apps/si/4.18/common/django/core/handlers/
> > > > > base.py", line 160, in
> > > > > handle_uncaught_exception
> > > > >     return callback(request, **param_dict)
> > > > >   File "/base/data/home/apps/si/4.18/core/decorators.py", line 189, in
> > > > > autorization_decorator
> > > > >     return target_method(request, first_level, second_level, context,
> > > > > *args, **kwargs)
> > > > >   File "/base/data/home/apps/si/4.18/core/views.py", line 2643, in
> > > > > error_500
> > > > >     return helpers.render_response('500', first_level, second_level,
> > > > > context,
> > > > > 'HttpResponseServerError')
> > > > >   File "/base/data/home/apps/si/4.18/core/helpers.py", line 214, in
> > > > > render_response
> > > > >     return eval(response_type)(loader.render_to_string(templateFile,
> > > > > context))
> > > > >   File "/base/data/home/apps/si/4.18/common/django/template/
> > > > > loader.py", line 102, in
> > > > > render_to_string
> > > > >     t = get_template(template_name)
> > > > >   File "/base/data/home/apps/si/4.18/common/django/template/
> > > > > loader.py", line 80, in
> > > > > get_template
> > > > >     source, origin = find_template_source(template_name)
> > > > >   File "/base/data/home/apps/si/4.18/common/django/template/
> > > > > loader.py", line 54, in
> > > > > find_template_source
> > > > >     mod = __import__(module, globals(), locals(), [attr])
> > > > > <type 'exceptions.SystemError'>: Parent module 'django.template' not
> > > > > loaded
>
> > > --
> > > Best Regards,
> > > Damien
--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to