I am working on a project to provide a library that implements a relatively 
simple C API. Under the covers we want to have some of the code to be Python, 
but be able to ship a Linux .a or .so library that the client will link 
against, and have all the relevant Python code (numpy, etc.) be available 
without having to be installed explicitly.

I am going to use Cython or the raw Python C/API as the glue layer to present a 
C API in a library.

Has anyone tried to do this with the help of pyinstaller? Pyinstaller could 
find everything I need and put it all in a directory, but I wouldn't use its 
executable.

Thanks,
Dan

-- 
You received this message because you are subscribed to the Google Groups 
"PyInstaller" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/pyinstaller?hl=en.

Reply via email to