Bug 183508 - pyuic returns error about undefined symbols
Summary: pyuic returns error about undefined symbols
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: PyQt
Version: 4
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Than Ngo
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-03-01 16:49 UTC by Maxwell Bottiger
Modified: 2007-11-30 22:11 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-06-06 13:03:29 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.