Compile Python 3.6 script to standalone exe with Nuitka on Windows 10
问题 Note: Before marking this question as duplicate, please verify that the other question answers the topic for this setup: OS: Windows 10, 64-bit Python version: 3.6 or higher Python Compiler: Nuitka, development version 0.5.30rc5 MSVC compiler: Visual Studio 2017 Community, vcvars64.bat 1. How I build my exe I'll first explain how I build my executable. Suppose I have a folder with a simple python script that I want to build: The buildscript.py looks like this: ################################