On Thu, 16 Feb 2006, Nick Matsakis wrote:
> However, once I tried to run my app from within Apache, I get the > appended error. My cursory investigation leads me to believe that is > caused by accessing sqlite3 in Apache 2, which is a threaded webserver. So, I set up postgresql and now have a somewhat different problem. I can still run my app and the admin interface using the development server ("python manage.py runserver") but when I run from mod_python I again get errors; this time a rendering error on a http/500 error page (appended). Any thoughts? Nick Matsakis ---- Stack Trace ---- Mod_python error: "PythonHandler django.core.handlers.modpython" Traceback (most recent call last): File "/opt/local/lib/python2.4/site-packages/mod_python/apache.py", line 299, in HandlerDispatch result = object(req) File "/Users/Shared/WebApps/django/core/handlers/modpython.py", line 165, in handler return ModPythonHandler()(req) File "/Users/Shared/WebApps/django/core/handlers/modpython.py", line 139, in __call__ response = self.get_response(req.uri, request) File "/Users/Shared/WebApps/django/core/handlers/base.py", line 99, in get_response return self.get_technical_error_response(request) File "/Users/Shared/WebApps/django/core/handlers/base.py", line 139, in get_technical_error_response return debug.technical_500_response(request, *sys.exc_info()) File "/Users/Shared/WebApps/django/views/debug.py", line 126, in technical_500_response return HttpResponseServerError(t.render(c), mimetype='text/html') File "/Users/Shared/WebApps/django/core/template/__init__.py", line 146, in render return self.nodelist.render(context) File "/Users/Shared/WebApps/django/core/template/__init__.py", line 707, in render bits.append(self.render_node(node, context)) File "/Users/Shared/WebApps/django/core/template/__init__.py", line 725, in render_node result = node.render(context) File "/Users/Shared/WebApps/django/core/template/defaulttags.py", line 112, in render nodelist.append(node.render(context)) File "/Users/Shared/WebApps/django/core/template/defaulttags.py", line 179, in render return self.nodelist_true.render(context) File "/Users/Shared/WebApps/django/core/template/__init__.py", line 707, in render bits.append(self.render_node(node, context)) File "/Users/Shared/WebApps/django/core/template/__init__.py", line 735, in render_node raise wrapped TemplateSyntaxError: Caught an exception while rendering. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users -~----------~----~----~----~------~----~------~--~---