Monday, February 21, 2011

Calling C++ DLLs from Python

I'd like to know if it is possible to use ctypes to access C++ DLLs from Python and run functions (or class methods) from them.If not, is there another way to do this?

From stackoverflow

0 comments:

Post a Comment