Export to GitHub

gui2exe - issue #35

bbfreeze gui_only=False switch missing.


Posted on Jul 21, 2013 by Happy Wombat

Ability to use the new switch in bbfreeze: gui_only=False

bbFreeze_Class.addScript(r"C:\twisted-xml\proba1.py", gui_only=False) instead of: bbFreeze_Class.addScript(r"C:\twisted-xml\proba1.py", gui_only=True)

Without the switch there console output seems to be hidden.

Status: New

Labels:
Type-Defect Priority-Medium