I also ran into this recently.
I was trying to wrap a PyQt application on Snow Leopard, and I wanted a 64-bit
application as a result.
The first issue you ran into involves macholib, and is easy enough to correct;
here is the patch file.
macholib.diff
Description: Binary data
Also, py2app bu
On 12/27/09 2:25 PM, Marc-Antoine Parent wrote:
I also ran into this recently.
I was trying to wrap a PyQt application on Snow Leopard, and I wanted a 64-bit
application as a result.
The first issue you ran into involves macholib, and is easy enough to correct;
here is the patch file.
Also, p
> I get this error in py2app:
>
> File "build/bdist.macosx-10.5-universal/egg/macholib/MachO.py", line 295, in
> synchronize_size
>raise ValueError("New Mach-O header is too large to relocate")
> ValueError: New Mach-O header is too large to relocate
> > /Users/kevin/Desktop/phynchronicity/bu
On 12/28/09 12:05 AM, Marc-Antoine Parent wrote:
Hmmm so have I, and I was stumped too, I'm afraid. It depends on the size
of headers in a particular library.
I do not know of a way to resize them after the fact. Anyone else?
If it's a library whose build you control, you could try to give