Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8dafc7 commit ea8d249Copy full SHA for ea8d249
1 file changed
library/zipapp.po
@@ -470,6 +470,10 @@ msgid ""
470
"by creating a suitable launcher and tacking the ``.pyz`` file onto the end "
471
"of it, you end up with a single-file executable that runs your application."
472
msgstr ""
473
+"因此,在 Windows 系统中,通常最好 由zipapp 创建一个可执行文件。虽然需要用到 C "
474
+"编译器,但还是相对容易做到的。基本做法有赖于以下事实,即 zip 文件内可预置任意数据,Windows 的 exe "
475
+"文件也可以附带任意数据。因此,创建一个合适的启动程序并将 ``.pyz`` 文件附在后面,最后就能得到一个单文件的可执行文件,可运行 Python "
476
+"应用程序。"
477
478
#: ../../library/zipapp.rst:322
479
msgid "A suitable launcher can be as simple as the following::"
0 commit comments