Shouldn't the comparison be 2**31 instead of 3**32? The fails for me on Win64 with a 64-bit Python install. For some reason sys.maxint returns the same on my Win32 or Win64 boxes.
On Mon, Dec 6, 2010 at 10:15 AM, Nathan Weston <[email protected]> wrote: > On 12/3/2010 5: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. >> > > Ok, here's the patch. I included the warning message as well as the correct > architecture detection. I made this against the current subversion trunk > (r1282), and it works for me on Snow Leopard. I didn't test on > Windows/Linux. > > > - 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. > > -- 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.
