Hi,<br>
<br>
I'm having difficulty using pyuic.&nbsp; I've made a couple different
ui's with Qt Designer, but when I try to generate code for them with
pyuic I get this error:<br>
<br>
pyuic: symbol lookup error: pyuic: undefined symbol: _ZN12QDomDocumentC1Ev<br>
<br>
_ZN12QDomDocumentC1Ev seems to be related to the libqtxml library of
functions, but that doesn't appear to me a modular section of my Qt
packages and is part of the LSB, so pyuic really should handle
it.&nbsp; Has anyone else run into this problem?&nbsp; I'm using the qt
libraries included with Fedora 4, and have tried both the Fedora rpms
and source compiled versions of pyuic with the same results.<br>