Calling C Function Pointers from Python

Courageous jkraska1 at san.rr.com
Sat Jul 29 04:23:45 EDT 2000


shochet at my-deja.com wrote:
> 
> I am currently in the middle of hooking up a large external C++ library by
> maintaining a database of C++ function pointers that I will call from Python.
> If anybody has tried this before, my question is: Is there a good way to call
> these function pointers without having to wrap every single one in a Python-C
> module?

I know windows has something like dlsym or some such, right?




C/



More information about the Python-list mailing list