Standalone Executable for Windows #1471
-
Hello, I was wondering if there's a way to build a standalone, single executable file to remove any dependencies to Python installations/packages or path variables? I'd like to use proxy.py outside of Python environment and make a portable .exe file. |
Beta Was this translation helpful? Give feedback.
Answered by
abhinavsingh
Sep 8, 2024
Replies: 2 comments 1 reply
-
You can use |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
koochack
-
Thank you for quick response. I was able to create the executable with
pyinstaller 🥳🙏🏻 it was very difficult and tricky though!
Where can I download the distributable installer? It's probably better than my version since even though it runs fine when executed from Windows explorer, I am having issues running it as a plug-in of Nekoray. I want to give your executable version a try
…On Sun, Sep 8, 2024, 4:31 PM Abhinav Singh ***@***.***> wrote:
You can use pyinstaller. We have successfully packaged proxy.py as a
standalone distributable desktop installer for Mac (signed), Windows and
Linux.
—
Reply to this email directly, view it on GitHub
<#1471 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A63XTNK6OBRJ2RKGFZK4YW3ZVRDBRAVCNFSM6AAAAABN2DNCSOVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTANJYGE4TOMI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can use
pyinstaller
. We have successfully packagedproxy.py
as a standalone distributable desktop installer for Mac (signed), Windows and Linux.