I can't find a compiler to compile version 3 Python scripts to .exe. All the compilers I see are all for Python 2.
AutoPython 5 Junior Poster
Recommended Answers
Jump to PostI can't find a compiler to compile version 3 Python scripts to .exe. All the compilers I see are all for Python 2.
Just a clarification:
The software you are talking about does not compile, but forms a packet of your compiled byte code, all the needed modules, and the …
Jump to PostIf you installed cx_Freeze-4.1.win32-py3.1.msi on your windows machine, you can find examples of its use for instance in:
D:\Python31\Lib\site-packages\cx_Freeze\samples\simpleThe site also has documentation that you can save as:
cx_Freeze.html
All 6 Replies
snippsat 661 Master Poster
vegaseat 1,735 DaniWeb's Hypocrite Team Colleague
AutoPython 5 Junior Poster
vegaseat 1,735 DaniWeb's Hypocrite Team Colleague
AutoPython 5 Junior Poster
vegaseat 1,735 DaniWeb's Hypocrite Team Colleague
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.