Andi Vajda wrote: > At first quick glance, you declare a native startPage method but your > python class is not implementing it. On the other hand, it has a > startArticle method.
Oh, you are right. But that doesn't fix the issue. It's still failing with the error message "SystemError: NULL result without error in PyObject_Call". I adde some System.out.println() calls to the Java code. The error is caused by "startDocument(document);". Do you have some tips how to debug the code?