What technologies exist to create stand alone executables for Python 3?
问题 Other than cx_Freeze, are there any other current maintained tool suites to generate stand alone executables for Python 3k? Are there any other techniques for minimizing preinstallation requirements under Windows? 回答1: There doesn't seem to be another choice of tool at the moment. There's nothing stopping you from including a prebuilt Python environment in your package/installer and either creating an appropriate shortcut to launch the Python app, or creating a separate executable that