Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

How are you redistributing the Python interpreter, libs, etc.?#2023

Unanswered
jdluzen asked this question inQ&A
Discussion options

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?

You must be logged in to vote

Replies: 1 comment

Comment options

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
You must be logged in to vote
0 replies
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Category
Q&A
Labels
None yet
2 participants
@jdluzen@CatBraaain

[8]ページ先頭

©2009-2025 Movatter.jp