This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author kristjan.jonsson
Recipients ezio.melotti, kristjan.jonsson, pitrou
Date 2009-07-22.00:10:51
SpamBayes Score 0.00056462165
Marked as misclassified No
Message-id <1248221453.68.0.887710955748.issue6499@psf.upfronthosting.co.za>
In-reply-to
Content
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)
History
Date User Action Args
2009-07-22 00:10:53kristjan.jonssonsetrecipients: + kristjan.jonsson, pitrou, ezio.melotti
2009-07-22 00:10:53kristjan.jonssonsetmessageid: <1248221453.68.0.887710955748.issue6499@psf.upfronthosting.co.za>
2009-07-22 00:10:52kristjan.jonssonlinkissue6499 messages
2009-07-22 00:10:51kristjan.jonssoncreate