Search code examples
pythonlinkerdlopen

Python dlopen/dlfunc/dlsym wrappers


Anybody knows if actually exists a wrapper or ported library to access to Unix dynamic linker on Python?


Solution

  • Would ctypes do what you want?