Saturday, October 21, 2006

Python Skype API

Hrmph. My Python wrapper using the ctypes module which comes with Python 2.5 segfaults. I can check if Skype is running, using the IsSkypeRunning() call, but as soon as I try to use SetSkypeDelegate() it segfaults. Now I'm downloading ctypes 1.0.1, perhaps there's more docs and examples there. Especially on how to use the Structure class with Python callbacks.

Update: No avail. Either SF is down or I don't know what. I'm unable to download the ctypes stuff.

No comments: