Skip to content

How do we deploy code with transonic? #5

@jeanlaroche

Description

@jeanlaroche

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions