How to create a python extension module from a shared library?

Etienne Robillard tkadm30 at yandex.com
Tue Jan 2 10:17:44 EST 2018


Hi James,


Le 2018-01-02 à 09:30, James Chapman a écrit :
>
>
> What starts uWSGI? Is it started from a Python application or a 
> webserver? Apologies for my lack of knowledge RE uWSGI.
>
uWSGI is typically managed by the web server.
>
> > Any ideas how to compile lib into a python extension module with cffi?
>
> No. Do you mean python binary extension? 
> (https://packaging.python.org/guides/packaging-binary-extensions/)
> Or Python package? (https://python-packaging.readthedocs.io/en/latest/)
>
I just want CFFI to work with clang to produce automagically the python 
bindings for my app.
> James
>
>
Best regards,

Etienne

-- 
Etienne Robillard
tkadm30 at yandex.com
https://www.isotopesoftware.ca/




More information about the Python-list mailing list