I used the system python that comes with snow-leopard, it is 64-bit.

 if you need to build all in 32 bit mode, you can use your already installed Qt 
(don't need the cocoa version)
and use to build sip an pyqt :

SIP :
python2.6 configure.py -d /Library/Python/2.6/site-packages -b /usr/local/bin \
-e /usr/local/include -v /usr/local/share/sip --arch=i386

PYQT :
python2.6 configure.py -d /Library/Python/2.6/site-packages -b /usr/local/bin 
--use-arch i386


Il giorno 25/feb/2010, alle ore 15.01, Darren Dale ha scritto:

> On Thu, Feb 25, 2010 at 8:33 AM, Massimo Di Stefano
> <massimodisa...@yahoo.it> wrote:
>> Hi You need the 64bit version of Qt (cocoa)
> 
> This assumes a 64-bit python-3 installation. How was python installed?
> My understanding is that the universal Mac binaries provided at
> python.org do not include support for x86_64.
> 
> Darren

_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to