Hi there, I would like to call C functions in a Python program, passing user-defined objects and primitive python types (str, ints, etc.); of course I also want to receive data from these functions, manipulating it in my python program. First of all: is this possible? Secondly, what's the mapping between C types and Python types?
Thank you -- http://mail.python.org/mailman/listinfo/python-list