我有一个 exe 和一些 Nuitka 制作的依赖项。
python -m nuitka --standalone --windows-dependency-tool=pefile --experimental=use_pefile_recurse --experimental=use_pefile_fullrecurse example.py
如何像 Pyinstaller 那样将它们组合到一个文件中?
我有一个 exe 和一些 Nuitka 制作的依赖项。
python -m nuitka --standalone --windows-dependency-tool=pefile --experimental=use_pefile_recurse --experimental=use_pefile_fullrecurse example.py
如何像 Pyinstaller 那样将它们组合到一个文件中?
您可以将此处描述的 SFX(自解压档案)用于捆绑 exe,但这并非在所有情况下都适用于我。我还没有看到从命令行传递可变用户定义输入和输出到标准输出的可能性,标准错误不能被重定向。