Message90784
Well, I think the only way to move forward with this is to try to
figure out what the actual error is. Something is wrong in printing it
out to stderr, and it would be helpful to understand why it is not
being output. Perhaps this is some buffering issue. You could try to
redirect stderr to a file, using something like this i the finally
clause:
sys.stderr = open("/tmp/err.txt", "w", 0) |
|
Date |
User |
Action |
Args |
2009-07-22 00:10:53 | kristjan.jonsson | set | recipients:
+ kristjan.jonsson, pitrou, ezio.melotti |
2009-07-22 00:10:53 | kristjan.jonsson | set | messageid: <1248221453.68.0.887710955748.issue6499@psf.upfronthosting.co.za> |
2009-07-22 00:10:52 | kristjan.jonsson | link | issue6499 messages |
2009-07-22 00:10:51 | kristjan.jonsson | create | |
|