Replies: 1 comment
-
|
Today I successed compiling python with below commands via pyinstaller and nuitka uv run pyinstaller --onefile --console test.py
uv run nuitka --mode=onefile test.py --mingw64 --output-dir=dist |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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?
Beta Was this translation helpful? Give feedback.
All reactions