[PyQt] 64 bits and Snow Leopard make me crazy

Massimo Di Stefano massimodisasha at yahoo.it
Thu Feb 25 15:02:12 GMT 2010


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
> <massimodisasha at 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

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20100225/d5dd98ea/attachment.html>


More information about the PyQt mailing list