Great. I did promise ages ago to work on the bundle support. Sorry I haven't had a chance to work on it... It's all currently in project specific support files surrounding my .spec files, and I have little spare time at present to work on getting my head round the pyinstaller files and think in terms of API. maybe december will be better for me...
Tim On Thu, Nov 18, 2010 at 1:18 PM, Giovanni Bajo <[email protected]> wrote: > 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]<pyinstaller%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/pyinstaller?hl=en. > > -- ------------------------------------------------------ Tim Diggins http://red56.co.uk http://tim.teamportfolios.com/ [email protected] 07515 931 642 / +447515931642 -- 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.
