26 Jun
2001
26 Jun
'01
2:01 a.m.
On Mon, 25 Jun 2001, David Hassalevris wrote:
bernd,
I had a similar problem when I was messing with m2Crypto - which provides a modified z2.py.
While looking at z2.py I noticed (around line 589 - yours will differ) that there is a VERY LONG "try/except block". Should any problems occur, it jumps to the "except" statement near the end of the file - where it apparently tries to write the error to a log. If it cant write to the log it merely terminates.
So, I repaced the "try" statement with something like "if 1:" and moved the try further and further down the code until I got a meaninful "python compiler error".
And no traceback? that's odd. Try 'python -v'. That might tell you what module is failing. -Michel