简体   繁体   中英

How to convert python program to executable [ Python 3.4.2 ]

I'm wanting to convert a python 3.4.2 program into an executable file. I've tried using PyInstaller and Py2exe, But neither is being ported to the python 3.4.2 suite.

Do I have any alternative way to do this?

从在线论坛获得解决方案, cx_Freeze是跨平台的,并且与PyInstaller一样,并且它也支持Python 3.4

You can use Python Launcher for Windows (new in 3.3).

The Python launcher for Windows is a utility which aids in the location and execution of different Python versions. It allows scripts (or the command-line) to indicate a preference for a specific Python version, and will locate and execute that version.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM