Regarding PyOxidizer #348
Replies: 3 comments 2 replies
-
Hello, 1T uses Py(thon/Oxidizer) in a different way; we embed Python interpreter into 1T. If you wanna wrap Python app into an executable you should consider PyInstaller or simillar. |
Beta Was this translation helpful? Give feedback.
-
Why do you suggest PyInstaller ? Is it because it is not maintained recently? From the links below, it seems that PyOxidizer can also be used for distributing python applications as binaries. https://pyoxidizer.readthedocs.io/en/stable/pyoxidizer_overview.html |
Beta Was this translation helpful? Give feedback.
-
I'll close this for now, since unrelated. Feel free to comment or open new issues if you have more questions. |
Beta Was this translation helpful? Give feedback.
-
Hi,
Thanks for your project.
I am looking for tool to wrap python app into an executable. I also use Rust frequently.
Your project seems to be one of the projects that is active and uses PyOxidizer.
But it looks like PyOxidizer is not maintained in last year.
I want to know about your opinion on this case.
Beta Was this translation helpful? Give feedback.
All reactions