Geoffrey Talvola wrote:
> I suspect that it's successfully getting through all of these method calls
> and hanging after it returns.  That's worth finding out.  Put a print
> statement after the call to self.writeFancyTraceback() and see if that gets
> printed promptly or not.  Also, in AppServer.config, make sure Verbose is
> set to 1.
> 
> The other place I would put print statements is in ThreadedAppServer.py
> around line 526, before and after the line that looks like:

Of course make sure to put a flush after the print
(stdout is sys.stdout.flush(), but I don't know about
how to do this with internal Webkit writes)

-- 
Bill Eldridge
Radio Free Asia
[EMAIL PROTECTED]



_______________________________________________________________

Have big pipes? SourceForge.net is looking for download mirrors. We supply
the hardware. You get the recognition. Email Us: [EMAIL PROTECTED]
_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to