On Tue, Feb 05, 2008 at 09:15:29AM +0100, Sebastian Haase wrote: > Can ctypes do this ? No. Ctypes is only a way of loading C (and not C++) libraries in Python. That makes it very simple, but not very powerful. Gaël