On Thu, 2010-11-18 at 00:37 +0000, Tim Diggins wrote:
> Hi there -
> 
> 
> just a note that fr the current pyinstaller trunk to work correctly on
> a mac with a wx application, one needs to set console=False as a kwarg
> for EXE in your spec file. This is in contradiction to the docs on
> specfiles which state: 
> 
> 
> console
>         Always 1 on Linux/unix. On Windows, governs whether to use the
>         console executable, or the Windows subsystem executable.
> 
> 
> Either need to adjust these docs (and also I presume the docs for the
> -w flag for Makespec.py), or need to change l.33 and l.111 of
> source/linux/main.c to remove && defined(WINDOWED).

The documentation is wrong because it predates Mac support. We decided
to give a meaning to the console/windowed flag on Mac; eg: in future, we
plan to automatically create a bundle in windowed mode (whenever the
bundle support will be completed).

So we will have to update the documentation and the Makespec.py internal
documentation. Thanks!

-- 
Giovanni Bajo   ::  [email protected]
Develer S.r.l.  ::  http://www.develer.com

My Blog: http://giovanni.bajo.it
Last post: Compile-time Function Execution in D

-- 
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.

Reply via email to