Building an executable file for python code using py2exe
问题 I installed "py2exe" for "Python2.7" , made a "Hello World" program, used py2exe to build its exe and it worked perfectly. Now when I tried building the exe of my actual code, the folders get created and exe is also created without any problem but when I launch the exe the console appears for less than a second and closes. Only difference in this case and test program is that I have multiple code files in this case and in some of them I am importing a few files/libraries as well Following are