Embedding Python in C
jesse.ibarra.1996 at gmail.com
jesse.ibarra.1996 at gmail.com
Wed Jul 17 11:57:00 EDT 2019
I am using Python3.6:
[jibarra at redsky ~]$ python3.6
Python 3.6.8 (default, Apr 25 2019, 21:02:35)
[GCC 4.8.5 20150623 (Red Hat 4.8.5-36)] on linux
Type "help", "copyright", "credits" or "license" for more information.
I am referencing:https://docs.python.org/3.6/extending/embedding.html#beyond-very-high-level-embedding-an-overview
Is there a way to call a shared C lib using PyObjects?
Please advise.
Thank you.
More information about the Python-list
mailing list