py2exe specifying subfolder
问题 I want use py2exe to compile a .py script to an exe. Filestructure: ProjectDir - src - FullGui.py - other modules - setup.py - tools - Gui2exe - docs To meet my typical workflow, I want to move the setup.py (eg. to tools because creation of .exe is a seperate process and not part of the software deployed). I created the setup.py using Gui2exe. When I use it in my src folder, it works flawless. # ======================================================== # # File automagically generated by