[Tutor] Calling a C shared library with PyObject

Alan Gauld alan.gauld at yahoo.co.uk
Wed Jul 17 19:36:56 EDT 2019


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 is quite an advanced topic and the tutor
list is generally targeted at beginners so you might find
limited help here. (Although technically it does fall within
our remit, it's just that it doesn't come up too often!)

I'd suggest you post your queries on the main python list where
there will likely be far more experts available.


-- 
Alan G
Author of the Learn to Program web site
http://www.alan-g.me.uk/
http://www.amazon.com/author/alan_gauld
Follow my photo-blog on Flickr at:
http://www.flickr.com/photos/alangauldphotos



More information about the Tutor mailing list