I could successfully convert my py to an exe, but on running the exe it just opens and closes. The exe is supposed to ask for an argument to proceed. This is not happening. What could be wrong?
I referred to this answer to convert py2exe.
I could successfully convert my py to an exe, but on running the exe it just opens and closes. The exe is supposed to ask for an argument to proceed. This is not happening. What could be wrong?
I referred to this answer to convert py2exe.
I found a better solution....Using Pyinstaller helped me converting the .py to .exe easily....