Re: [Tutor] Calling a C shared library with PyObject

2019-07-17 Thread Alan Gauld via Tutor
On 17/07/2019 18:03, Jesse Ibarra wrote: > 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. To be honest embedding

[Tutor] Calling a C shared library with PyObject

2019-07-17 Thread Jesse Ibarra
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 _