Glenn Ramsey píše v St 03. 08. 2011 v 15:22 -0700:
> As far as I can tell this version (1.5.1) of PyInstaller is not
> supposed to support 64 bit on OSX.

There is no official support for 64bit on OSX in 1.5.x. (official 64bit
is only in svn).

> 
> I fixed it temporarily by adding the following to source/wscript in
> the relevant places.

source/wscript is only the build script to compile bootloader from the C
code. Nothing more.

Did you compile the 64bit bootloader yourself?
- pyinstaller should not create 64bit apps since it is distributed only
with 32bit precompiled bootloader
- pyinstaller 1.5.x should stop when running with 64bit python.

The issue is that python 2.6 on mac is an universal binary (32bit and
64bit in one) and you need to tell python if it should be run as 32 or
64bit. (64bit is default).

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