From: josu j. <jos...@gm...> - 2010-03-04 23:18:37
|
Hi I have observed that a version of ctypes is in trunk. I have been trying to work with it, but i obtain the next error with the typical example (MacOSX) >>> libc = ctypes.CDLL("libc.dylib") >>> print libc.strlen("hello") NotImplementedError: variadic functions not supported yet; specify a parameter list I don't know what is the mean of this error. Is it possible to use ctypes in some examples in this moment? Thanks in advance josu |