[Tutor] Calling a C shared library with PyObject

Jesse Ibarra jesse.ibarra.1996 at gmail.com
Wed Jul 17 13:03:47 EDT 2019


I am using Python3.6

Working with C/Python embedding:
https://docs.python.org/3.6/extending/embedding.html#beyond-very-high-level-embedding-an-overview

I have to call a shared library (.so) that I created using PyObjects.

Please advise.

Jesse Ibarra


More information about the Tutor mailing list