Re: Python-list Digest, Vol 76, Issue 303

2010-01-29 Thread Gabriel Genellina
[top posting corrected] From: Steve Holden Date: Tue, 26 Jan 2010 11:54:23 -0500 Anyway, I suspect your error might go away if you turned the first argument of hte log.info() call into a format string such as log.info("refer: %s", ret) try: log.info("start") log.info("refer",ret)

Re: Python-list Digest, Vol 76, Issue 303

2010-01-29 Thread siddhartha veedaluru
Hi, Thats the output i got in output window.it is not listing the statement which caused it. copy paste and try it on you setup. it behaves the same way. I know that error is in log.info() function call.but it is not caught by "except". which is not getting logged using log.exception Thanks Sidd