<br><br><div class="gmail_quote">2009/6/2 David Boddie <span dir="ltr">&lt;<a href="mailto:dboddie@trolltech.com">dboddie@trolltech.com</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">On Tuesday 02 June 2009, Michael Thompson wrote:<br>
<br>
&gt; I ran an strace and grepped for plugins and python and noticed the following<br>
&gt; possibly missing files.<br>
<br>
</div>Ah, I should have thought of using strace...<br>
<div class="im"><br>
&gt; stat64(&quot;/usr/share/doc/python-qt4-doc/examples/designer/plugins/PyQt4&quot;,<br>
&gt; 0xbf9f4f74) = -1 ENOENT (No such file or directory)<br>
&gt; open(&quot;/usr/share/doc/python-qt4-doc/examples/designer/plugins/PyQt4.so&quot;,<br>
&gt; O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)<br>
[...]<br>
</div><div class="im">&gt; open(&quot;/usr/share/doc/python-qt4-doc/examples/designer/plugins/sip.py&quot;,<br>
&gt; O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)<br>
&gt; open(&quot;/usr/share/doc/python-qt4-doc/examples/designer/plugins/sip.pyc&quot;,<br>
&gt; O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)<br>
<br>
</div>I&#39;m not sure these failures are the cause of the problem. I see the same<br>
failed calls to open() in my output. However, if you look through the<br>
output, you should see that some of these files are found in other places,<br>
such as in the Python installation&#39;s site-packages directory.<br>
<div class="im"><br>
&gt; I then installed the following additional packages and now it works, so I<br>
&gt; think there is a missing dependency amongst the list below.<br>
&gt;<br>
&gt; sudo apt-get install python-qt-dev python-qt4-dev python-sip4<br>
&gt; python-sip4-dev<br>
<br>
</div>I would be surprised if the python-sip4 package was missing - if I try to<br>
remove it, apt-get tells me that it will also remove python-qt4, so the<br>
plugins example wouldn&#39;t have run without it. I don&#39;t have any of those<br>
-dev packages installed, so it would be strange if our systems behaved<br>
differently in this respect.<br>
<br>
Could it be that your system was finding an orphaned sip.so library<br>
somewhere? Did you install Ubuntu from scratch or did you upgrade from a<br>
previous version?</blockquote><div><br><br>Turns out there is a dependency on python2.6-dev, specifically /usr/lib/<a href="http://libpython2.6.so">libpython2.6.so</a></div></div>