-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
I have a question for you: I'm using transonic with pythran, and everything's working great! Now I'd like to bundle my code (specifically use pyinstaller to create a self contained app), including the pre-compiled so files.
I'm guessing I'll have to include transonic in the list of modules that must be imported by pyinstaller, but I would like to make sure the precompiled so files are included so there's no compilation when the people use the bundled app.
In pythran, all I have to do is include the .so file and things work without a hitch. How can I do the same thing with transonic (i.e., ensure the .so are there, transonic finds them and does not try to recompile)?
Metadata
Metadata
Assignees
Labels
No labels