Re: [Pythonmac-SIG] py2app/PyQt/64-bit/Mach-O

2010-02-16 Thread Xiao Yu
Just tried again. Python from python.org and py2app, all built from source. Python is built with i386 and x86_64 and as a framework. copying /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/config/Makefile -> /Users/xiao/Development/Python/Curses/dist/test.app/Contents/Framewor

[Pythonmac-SIG] build on OS X 10.6.2

2010-02-16 Thread Norman Khine
Hello, I have three python versions, one that came with OS X, one from MacPorts and one which I compiled with: ./configure --prefix=$HOME All works fine, but I don't understand when I change my .profile so that export PYTHON=$HOME/bin/python and try to build for example swftools, swftools only

Re: [Pythonmac-SIG] py2app/PyQt/64-bit/Mach-O

2010-02-16 Thread Aahz
On Sun, Feb 14, 2010, Xiao Yu wrote: > > I thought I might have messed up my Python install but now I'm pretty > sure I have a standard MacPort's Python 2.6.4 and py2app 4.3. I tried > both export VERSIONER_PYTHON_PREFER_32_BIT=yes and no. Any pointers to > building a 32-bit program? Why not use p