How can I cast to a method pointer in ctypes. for example this in C int (*func)(); func = (int (*)()) expl; (int)(*func)();
How can I do this in ctypes using Python? I couldn't find the info I needed to be able to do this *cheers
-- http://mail.python.org/mailman/listinfo/python-list