Skip to content

Executing python scripts using Tauri #1645

Answered by amrbashir
jacobluke89 asked this question in Q&A
Discussion options

You must be logged in to vote

you can add python runtime as a sidecar to be bundled with your app and then use tauri's command api to spawn it, execute python code and get the result.

If you don't want to bundle the python runtime you can just require your users to have python installed and added to the PATH in their OS.

Replies: 2 comments 8 replies

Comment options

You must be logged in to vote
8 replies
@jmmaa
Comment options

@Seliah
Comment options

@shapiromatron
Comment options

@simonhyll
Comment options

@saml-dev
Comment options

Answer selected by amrbashir
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
9 participants