I couldn't stay away :) mattiasr@mr-mac:~/op5/git/agents/nagstamon-build/pyinstaller-1.5-rc2 $ python Configure.py ERROR: PyInstaller does not support Python 64-bit on Mac OSX Try using the 32-bit version of Python, by setting VERSIONER_PYTHON_PREFER_32_BIT=yes in the environment mattiasr@mr-mac:~/op5/git/agents/nagstamon-build/pyinstaller-1.5-rc2 $ echo $VERSIONER_PYTHON_PREFER_32_BIT yes
Do i need to build the waf file for 64bit anyway? Regards Mattias Ryrlén On Mon, Apr 18, 2011 at 17:00, Martin Zibricky <[email protected]> wrote: > Mattias Ryrlén píše v Po 18. 04. 2011 v 16:40 +0200: > > Is there a way to build 32bit binary with 64bit system? since i don't > > want to setup a 32bit system to build on. > > Try using the 32-bit version of Python, by setting > > VERSIONER_PYTHON_PREFER_32_BIT=yes > > in the environment. > > -- > 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.
