[python-win32] Python interpreter crashes after trying to callback a python function with PyObject_CallObject from a dll

2005-08-10 Thread Oleg Novychny
Hello guys, I’m still implementing my callback to python from my dll and the python interpreter crashes… I have no idea atm why… I use the calldll module for calling my c++-dll from my module calldllsound.py: import calldll import struct class CallSoundDLL: def __init__(self, library):

[python-win32] Ant: RE: Problems with Implementing Callback Python/C++-DLL

2005-08-04 Thread Oleg Novychny
--- Mark Hammond [EMAIL PROTECTED] schrieb: So I’m not sure how can I “register” my_set_callback function in the already started Python-Interpreter and to “explain” my DLL which Python-Function is to call when the new values in my DLL were calculated. I'm not sure I understand your