#82: console option (Win application) in .spec file is set to False always unless --debug is set --------------------------------+------------------------------------------- Reporter: [email protected] | Owner: giovannibajo Type: defect | Status: new Priority: normal | Milestone: Component: PyInstaller | Version: PyInstaller 1.4 Severity: major | Keywords: console, windows --------------------------------+------------------------------------------- If we don't specify --debug in the freeze option (see below), the "console" option will not be set to True. C:\work\pyinstaller_mainthunk> python Makespec.py --console -F -s -X -n bpp -p %PYTHONPATH% -w ..\src\ToBeFreeze.py
This issue is produced on SVN r699. -- Ticket URL: <http://www.pyinstaller.org/ticket/82> Pyinstaller <http://www.pyinstaller.org> PyInstaller Project --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "PyInstaller" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/PyInstaller?hl=en -~----------~----~----~----~------~----~------~--~---
