<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>I'm getting the following error when trying to import PyQt4.QtGui using my freshly-built Qt, SIP and PyQt4.</div><div><div><font class="Apple-style-span" face="Courier" size="3"><span class="Apple-style-span" style="font-size: 12px;">Python 2.6.1 (r261:67515, Feb 11 2010, 00:51:29)&nbsp;</span></font></div><div><font class="Apple-style-span" face="Courier" size="3"><span class="Apple-style-span" style="font-size: 12px;">[GCC 4.2.1 (Apple Inc. build 5646)] on darwin</span></font></div><div><font class="Apple-style-span" face="Courier" size="3"><span class="Apple-style-span" style="font-size: 12px;">Type "help", "copyright", "credits" or "license" for more information.</span></font></div><div><font class="Apple-style-span" face="Courier" size="3"><span class="Apple-style-span" style="font-size: 12px;">&gt;&gt;&gt; from PyQt4.QtCore import *</span></font></div><div><font class="Apple-style-span" face="Courier" size="3"><span class="Apple-style-span" style="font-size: 12px;">&gt;&gt;&gt; from PyQt4.QtGui import *</span></font></div><div><font class="Apple-style-span" face="Courier" size="3"><span class="Apple-style-span" style="font-size: 12px;">Traceback (most recent call last):</span></font></div><div><font class="Apple-style-span" face="Courier" size="3"><span class="Apple-style-span" style="font-size: 12px;">&nbsp;&nbsp;File "&lt;stdin&gt;", line 1, in &lt;module&gt;</span></font></div><div><font class="Apple-style-span" face="Courier" size="3"><span class="Apple-style-span" style="font-size: 12px;">ImportError: dlopen(/Library/Python/2.6/site-packages/PyQt4/QtGui.so, 2): Symbol not found: __ZN13QPyTextObject16staticMetaObjectE</span></font></div><div><font class="Apple-style-span" face="Courier" size="3"><span class="Apple-style-span" style="font-size: 12px;">&nbsp;&nbsp;Referenced from: /Library/Python/2.6/site-packages/PyQt4/QtGui.so</span></font></div><div><font class="Apple-style-span" face="Courier" size="3"><span class="Apple-style-span" style="font-size: 12px;">&nbsp;&nbsp;Expected in: flat namespace</span></font></div><div><font class="Apple-style-span" face="Courier" size="3"><span class="Apple-style-span" style="font-size: 12px;">&nbsp;in /Library/Python/2.6/site-packages/PyQt4/QtGui.so</span></font></div><div><br></div><div>To build qt-everywhere-opensource-src-4.6.2 I did the following, since I'd like to get everything running in 64bit mode:</div><div><span class="Apple-style-span" style="line-height: 17px; "><font class="Apple-style-span" face="Courier" size="3"><span class="Apple-style-span" style="font-size: 12px;">./configure -arch x86_64<br style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">gmake<br style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">sudo gmake install</span></font></span></div><div><font class="Apple-style-span" color="#000080" face="verdana, tahoma, arial, sans-serif" size="2"><span class="Apple-style-span" style="font-size: 10px; line-height: 17px;"><br></span></font></div></div><div><div>I built sip-4.10.2 this way:</div><div><span class="Apple-style-span" style="line-height: 17px; "><font class="Apple-style-span" face="Courier" size="3"><span class="Apple-style-span" style="font-size: 12px;">python configure.py<br style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">make<br style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">sudo make install</span></font></span></div><div><br></div><div>I built PyQt-mac-gpl-4.7.3 this way:</div><div><span class="Apple-style-span" style="color: rgb(0, 0, 128); line-height: 17px; "><font class="Apple-style-span" face="Courier" size="3"><span class="Apple-style-span" style="font-size: 12px;"><font class="Apple-style-span" color="#000000">python configure.py -q /usr/local/Trolltech/Qt-4.6.2/bin/qmake<br style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">make<br style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">sudo make instal</font>l</span></font></span></div></div><div><br></div><div>My system is running in 64bit mode, specifically:</div><div><font class="Apple-style-span" face="Courier" size="3"><span class="Apple-style-span" style="font-size: 12px;">Darwin robert-mcpeaks-macbook-pro.local 10.3.0 Darwin Kernel Version 10.3.0: Fri Feb 26 11:57:13 PST 2010; root:xnu-1504.3.12~1/RELEASE_X86_64 x86_64</span></font></div><div><br></div><div>Everything appeared to build correctly. &nbsp;The error message above was from my first test. &nbsp;:) &nbsp;Python 2.6.1 is supposed to default to running the 64bit version, unless you tell it otherwise - I have not messed with the defaults. &nbsp;I'm fairly certain that this is a user error, since this is my first foray into both Qt and programing on the Mac - I'm coming from the Linux world.</div><div><br></div><div>Any pointers on what I might look at to resolve this would be greatly appreciated.</div><div><br></div><div>Thanks!</div><div>Rob</div><div><br></div></body></html>