I moved the OS X bootloader files from v1.5 to v1.5.1, and added a two-
line patch to the v1.5.1 Build.py to enable bundles:
insert at line 1193:
if self.name is None:
self.appname = "Mac%s" % (os.path.splitext(inm)
[0],)
self.name = os.path.join(SPECPATH, self.appname +
".app")
I: else:
I: self.name = os.path.join(SPECPATH, self.name)
break
Now it is building the OS X bundle correctly using the modified
Pyinstaller-1.5.1. This is with the OS X 10.7.1 versions of Python
and Tk.
On Sep 11, 5:06 pm, Lynn <[email protected]> wrote:
> I've been working for some time to get pyinstaller to build correctly
> using tcl8.5, detailed in another thread. I managed to get it working
> on a different machine, except that it isn't creating an application
> bundle:
>
> Appending archive to EXE ../dist/axeomatic
> checking BUNDLE
> I: Removing dist/axeomatic.app
> building because outBUNDLE7.toc missing or bad
> building BUNDLE outBUNDLE7.toc
>
> Any ideas how to fix this?
--
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.