On Jul 7, 1:25 pm, John Griessen <[email protected]> wrote: > John Griessen wrote: > > What causes the wsgi version of a buildout to have a problem with > > TIME_ZONE? > > I found that my libapache2-mod-wsgi package was too old. > > Perhaps a buildout for django needs to build specific versions of apache2 and > wsgi also?
How old? There shouldn't have been anything about older versions of mod_wsgi source code that would cause this specific issue. The only thing I can think of that could remotely cause a problem was a memory corruption issue related to Apache configuration that was fixed in mod_wsgi 2.4. This wouldn't normally have affected execution of Python code however. Graham -- You received this message because you are subscribed to the Google Groups "Django users" 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/django-users?hl=en.

