<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>I used the system python that comes with snow-leopard, it is 64-bit.</div><div><br></div><div><br></div>&nbsp;if you need to build all in 32 bit mode, you can use your already installed Qt (don't need the cocoa version)<div>and use to build sip an pyqt :</div><div><br></div><div>SIP :</div><div><span class="Apple-style-span" style="font-family: verdana, sans-serif; line-height: 16px; font-size: small; "><pre style="font-size: 1em; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: rgb(238, 238, 238); border-top-style: dashed; border-right-style: dashed; border-bottom-style: dashed; border-left-style: dashed; border-top-color: rgb(102, 102, 102); border-right-color: rgb(102, 102, 102); border-bottom-color: rgb(102, 102, 102); border-left-color: rgb(102, 102, 102); border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; padding-top: 15px; padding-right: 20px; padding-bottom: 15px; padding-left: 20px; overflow-x: auto; overflow-y: auto; background-position: initial initial; background-repeat: initial initial; ">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</pre></span><div><br></div><div>PYQT :</div><div><span class="Apple-style-span" style="font-family: verdana, sans-serif; line-height: 16px; font-size: small; "><pre style="font-size: 1em; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: rgb(238, 238, 238); border-top-style: dashed; border-right-style: dashed; border-bottom-style: dashed; border-left-style: dashed; border-top-color: rgb(102, 102, 102); border-right-color: rgb(102, 102, 102); border-bottom-color: rgb(102, 102, 102); border-left-color: rgb(102, 102, 102); border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; padding-top: 15px; padding-right: 20px; padding-bottom: 15px; padding-left: 20px; overflow-x: auto; overflow-y: auto; background-position: initial initial; background-repeat: initial initial; ">python2.6 configure.py -d /Library/Python/2.6/site-packages -b /usr/local/bin --use-arch i386</pre></span><div><br></div></div></div><div><br><div><div>Il giorno 25/feb/2010, alle ore 15.01, Darren Dale ha scritto:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div>On Thu, Feb 25, 2010 at 8:33 AM, Massimo Di Stefano<br>&lt;<a href="mailto:massimodisasha@yahoo.it">massimodisasha@yahoo.it</a>&gt; wrote:<br><blockquote type="cite">Hi You need the 64bit version of Qt (cocoa)<br></blockquote><br>This assumes a 64-bit python-3 installation. How was python installed?<br>My understanding is that the universal Mac binaries provided at<br><a href="http://python.org">python.org</a> do not include support for x86_64.<br><br>Darren<br></div></blockquote></div><br></div></body></html>