Compile Python 3.6 script to standalone exe with Nuitka on Windows 10

前端 未结 2 593
攒了一身酷
攒了一身酷 2021-02-06 00:24

Note:
Before marking this question as duplicate, please verify that the other question answers the topic for this setup:

  • OS: Windows 10, 64-bit
2条回答
  •  挽巷
    挽巷 (楼主)
    2021-02-06 01:15

    Open console and type:

    nuitka --recurse-all program.py
    

    An exe file will be created. Run it.

提交回复
热议问题