Library Import
Andrew Robert Whalley <[email protected]> Mon, 21 Dec 2015 12:48:28 +0000
| Newsgroups | gmane.comp.python.ctypes |
|---|---|
| Message-ID | <[email protected]> |
Hi All, I would like to use Python / ctypes to test a C library that contains some dependencies. Is it possible to satisfy those dependencies from within the Python interpreter, by using ctypes to define callables (similar to the callback function mechanism)? Or do any dependencies have to be defined in other, loadable, libraries? Regards, Rob Whalley ------------------------------------------------------------------------------