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). thanks Tim Tim Diggins Clever Plugs Ltd http://cleverplugs.com -- 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.
