Thanks for this information and for the link.<br><br>C.<br><br>==============<br><br>When making Qt 32 bit builds on snow leopard, you probably also want to set this environment variable:<div><br></div><div><div>export VERSIONER_PYTHON_PREFER_32_BIT=yes</div><div><br></div><div>Note that if you want to build python 3.x 64 bit on Snow Leopard, your best bet is downloading the source and making the framework build.</div><div><br></div><div>There is a pretty detailed conversation here:</div><div><br></div><div><a href="http://farmdev.com/thoughts/66/python-3-0-on-mac-os-x-alongside-2-6-2-5-etc-/" target="_blank">http://farmdev.com/thoughts/66/python-3-0-on-mac-os-x-alongside-2-6-2-5-etc-/</a></div><div><br></div><div>Brian</div><div><br></div><div><div>On Feb 25, 2010, at 10:02 AM, Massimo Di Stefano wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div style="word-wrap: break-word;"><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-color: rgb(238, 238, 238); border: 1px dashed rgb(102, 102, 102); padding: 15px 20px; overflow: auto;">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-color: rgb(238, 238, 238); border: 1px dashed rgb(102, 102, 102); padding: 15px 20px; overflow: auto;">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" target="_blank">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/" target="_blank">python.org</a> do not include support for x86_64.<br><br>Darren<br></div></blockquote></div><br></div></div><span>&lt;ATT00001..txt&gt;</span></blockquote></div><br></div>