|
From: Bill E. <bi...@rf...> - 2002-05-02 15:47:05
|
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 bi...@rf... |