I have a single django project, deployed on two separate installations of Apache + python + mod_wsgi.
The first installation has python 2.6 and everything works fine. The second installation has python 2.7. With this one, a few things work correctly - namely django's debug 404 pages, the login page. However, when I try to access some views, WSGIHandler simply freezes forever and I have no idea how to debug this. Once the thing freezes, it stays frozen until I restart apache (not even 404 pages work anymore). I tried wrapping WSGIHandler in some dummy code in the wsgi script and that gets executed no problem. The development server runs fine on the same python 2.7 installation. -- 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 django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.