akshayrkulkarni / gui2exe

Automatically exported from code.google.com/p/gui2exe
0 stars 0 forks source link

bbfreeze gui_only=False switch missing. #35

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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.

Original issue reported on code.google.com by muad...@kopernet.org on 21 Jul 2013 at 9:30