I'm using GUI2Exe to CX_freeze my python app, which is working great... if I want to build it manually.
My next step is to automate this build, so I can build in one step
Is there a way to use the exported setup.py to build? or to call GUI2Exe with some command line parameters to build the project?
Thanks!
Update: So I ran the command manually following the suggestions below: Here's the difference:
- library.zip is different, size off by 11 bytes
- {app}.zip is different, same size
- missing {app}.manifest
Would you be comfortable that they are the same?