Re: return (PyObject*)myPyType; ...segmentation fault!



"elho" <eh1@xxxxxxxxx> wrote:

> It is said that the object has a NULL-Pointer when I try to debug it?

what object?

> Here are the importent snips from my code:

where's the PySDLXMLNode code? is the PySDLXMLNode constructor
really doing a proper PyObject initialization? (PyObject subtypes are usually
allocated by Python's memory allocation layer, which does this for you).

</F>



.