简体   繁体   中英

Conversion of Python code to executable

How can you convert a python3 code to become executable. I am aware of py2exe program but its only for python2. Am asking if there is any program for python3 to exe

Frozen binaries are not yet available for Python3. However, you can use the Api that allows you to run python code in C, but ideally, you would just use C to begin with.

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