-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
Hello
I am trying to make a minimum working example of automatic building of a standard c-code library for import with ctypes, as per this post stack-overflow post: https://stackoverflow.com/questions/62388018/installing-pure-c-library-for-python-package
Someone suggested this package, and I have been trying to make it work, as per this branch: https://github.com/mkielg11/ctypes_distribution/tree/fix-using-setuptoolsdso
However, I have two issues:
- The build .so/.dll does not seem to be working with ctypes when loading the library
- The build .so/.dll is not included when installing the package using pip
I though maybe you could help making a viable example of how to use your package?
Metadata
Metadata
Assignees
Labels
No labels