On 12/03/2010 05:06 AM, Giovanni Bajo wrote:
I can submit a patch if that would be helpful.
Yes, please! If you can submit a patch that you know it is fully
working, I can slip it in before PyInstaller 1.5 is released.
Great. I can probably get a patch together on Monday.
So, let see if I understood:
* Mac OSX 64-bit does not work (or at least there is no bootloader --
it would be interesting to find out what happens if you build the
bootloader as explained in the manual, it might even work).
* To use the 32-bit version within the universal binary (which defaults
to 64-bit), you need an environment variable set but then PyInstaller
fails to detect that it's a 32-bit version because of
platform.architecture() (which is a Python bug IMO).
* By manually implementing architecture(), PyInstaller correctly
detects that you are running a 32-bit version of Python and works as
expected.
That's correct.
Since you seem to be knowledgeable on the Mac OSX platform, any idea
about the issue reported by Isaac Wagner on this mailing list ("Mac OSX
Support", Dec 1st)? He can't build a working executable with Python 2.7
from python.org on Mac.
Sorry, I don't have any ideas about that one.
- Nathan
--
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.