- Comment out the second
ui.run()in themain.pyfile and uncomment out the second one labeled "For Development" - Update the
config.py- Change
DEBUGtoTRUE
- Change
- In a terminal within the project folder, run
python main.py
Instructions are based off video here: Convert GUI App to Real Program - Python to exe to setup wizard
- Comment out the second
ui.run()in themain.pyfile - Update the
config.py- Change
DEBUGtoFALSE - Update the version number
- Change
- Run the
build.pyscript - Update the
BudgetingAppSetupScript.issfile- Needs new GUID for the
AppId - Update the
MyAppVersionandOutputBaseFilename
- Needs new GUID for the
- Run the Inno Setup Program using the
BudgetingAppSetupScript.issfile - Install in the
Documents/BudgetingApp/directory (has to be a location with write permissions for this kind of app)