No Module Named Py2exe
I've been trying to use py2exe on a completed script for a while now, but it appears something is not going right with my py2exe installation. Importing py2exe fails. Here's the ou
Solution 1:
Do not include "python" command before the setup.py. This works for me. Just type setup.py py2exe. Note you have to be in the same directory as the python secript you want to turn to executable.
Post a Comment for "No Module Named Py2exe"