I am using python3.6 and i successfully compile single python file into single exe using cx_freeze but now i wish to compile different files(shown at the picture above) into one exe file. May i know is there any way to do it?
Asked
Active
Viewed 466 times
1 Answers
0
You have to use py2exe. It works for you in the way you wanted. Also check this topic: How would I combine multiple .py files into one .exe with Py2Exe

Milad Kahsari Alhadi
- 583
- 5
- 13
-
py2exe support python3.6? – John Jul 20 '17 at 06:18
-
py2exe is outdated for python 3.6 – John Jul 20 '17 at 07:56
-
py2exe has had python3 support for a few years now: https://mail.python.org/pipermail/python-announce-list/2014-May/010295.html – djsumdog Jul 20 '17 at 07:59
-
i am currently using python3.6 and py2exe does not support python 3.6 – John Jul 21 '17 at 01:49