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
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