Bug 183508

Summary: pyuic returns error about undefined symbols
Product: [Fedora] Fedora Reporter: Maxwell Bottiger <sleepylight>
Component: PyQtAssignee: Than Ngo <than>
Status: CLOSED NOTABUG QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 4   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-06-06 13:03:29 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Maxwell Bottiger 2006-03-01 16:49:55 UTC
Description of problem:

pyuic will not compile .ui files.

Version-Release number of selected component (if applicable):
PyQt version 3.14.1-1
QtDesigner 3.3.4
Qt-3.3.4-15.4

How reproducible:
Every time 

Steps to Reproduce:
1.pyuic testapp_ui.ui -o testapp_ui.py
2.
3.
  
Actual results:
[bottiger@golbez ~]$ pyuic metric.ui -o metric.py
pyuic: symbol lookup error: pyuic: undefined symbol: _ZN12QDomDocumentC1Ev

Empty .py files are generated

Expected results:
Hopefully a compiled python executable

Additional info:
I have tried a home made qt file from Qt Designer, as well as a .ui file from a
PyQt website.

Comment 1 Maxwell Bottiger 2006-06-06 13:03:29 UTC
It turns out a 3rd party vendor's software contained the commercial release of
an incompatible version of qt, and pyuic was linking the wrong version of the qt
libraries.  This has been fixed, and is not a bug.