We had a similar problem when a process you start tries to send a
signal to python indicating a warning or something similar.  There is
a know version in older versions of python that causes it to ignore
these signals and hang the process.  Try upgrading python.

On Mar 13, 8:46 am, "Ino Pua" <[EMAIL PROTECTED]> wrote:
> On Mar 13, 3:37 am, "akonsu" <[EMAIL PROTECTED]> wrote:
>
> > hello,
> > i do not know what causes this.
> > i am curious what happens if you replace
> > return HttpResponse(stdout or stderr)
> > with
> > return HttpResponse('hello world')
>
> If I do that, 'hello world' is printed in the web browser, but its
> still stuck on loading and the same issues with not being able to
> restart the web server persists.


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to