- Notifications
You must be signed in to change notification settings - Fork768
-
I'm attempting to package and redistribute Python with my .NET7 Windows app. I've tried a number of packagers including py2exe, pyInstaller, and Nuitka. Every one has had different errors one way or another, even after diving down rabbit holes trying to adjust configuration files, include additional imports, etc. How are you all redistributing Python with your apps? |
BetaWas this translation helpful?Give feedback.
All reactions
Replies: 1 comment
-
Today I successed compiling python with below commands via pyinstaller and nuitka uv run pyinstaller --onefile --console test.pyuv run nuitka --mode=onefile test.py --mingw64 --output-dir=dist |
BetaWas this translation helpful?Give feedback.
All reactions
0 replies
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment