Exception from pyd methods

2016-03-20 Thread Palpandi
Hi, I am using methods from pyd files. At some cases, it is throwing some error messages in the console. When I use try.. except.. I am getting only the exception name. Not able to catch the entire error message. How do I get the the entire error message printed in the console? Thanks, Palpan

Re: Exception from pyd methods

2016-03-19 Thread dieter
Palpandi writes: > I am using methods from pyd files. At some cases, it is throwing some error > messages in the console. > > When I use try.. except.. I am getting only the exception name. > Not able to catch the entire error message. > > How do I get the the entire error message printed in the