On Thu, 2010-04-22 at 03:10 -0700, Tim Diggins wrote:
> I'm just setting reading the docs on PyInstaller for MacOs and they
> appear to be contradictory:
> 
> on http://www.pyinstaller.org/wiki/MacOsCompatibility, it says that
> "one-dir is coming soon" (and that one-file needs a Bundle
> dedclaration in the spec file)
> 
> but on the referred to ticket, http://www.pyinstaller.org/ticket/155,
> it states that "BUNDLE support is limited to one-dir mode at this
> point. This will be implemented later".
> 
> Both of these can't be right! Which should be working currently?

One-file is working, one-dir is not. Actually, I believe that the only
problem is that BUNDLE() currently allows for a single executable to be
specified, and simply misses an additional argument to specify a list of
files (aka TOC in spec terms) to be copied into the bundle.

> Also, should I use trunk, or am I better off using 1.4 release

It's basically the same at this point. I haven't yet merged the largest
development branches into the trunk.

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

My Blog: http://giovanni.bajo.it
Last post: Grey on black: combining greylisting with blacklists

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