I am using Py2Exe to build an application.
It works well when I double click the application in the original project folder, all the graphical interfaces appear on the screen.
However, when I copy and paste the project to another directory, the application just gives a cmd window. The graphical interfaces don't appear on the screen.
May I know how can I work around this?
Thanks.