PySide Bugzilla Closed for New Bugs

PySide is now a Qt Add-on and uses the Qt Project's JIRA Bug Tracker instead of this Bugzilla instance. This Bugzilla is left for reference purposes.

Bug 27 - [Maemo] Missing dependency on libqt4-xml
: [Maemo] Missing dependency on libqt4-xml
Status: CLOSED FIXED
Product: PySide
Classification: Unclassified
Component: QtCore
: HEAD
: All All
: P5 normal
Assigned To: renato filho
: http://lists.openbossa.org/pipermail/...
:
:
  Show dependency treegraph
 
Reported: 2009-09-02 08:02 EEST by Anderson Lizardo
Modified: 2009-10-14 14:20 EEST (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Anderson Lizardo 2009-09-02 08:02:40 EEST
From Alexey Zlobin:

Recently i installed pyside-gui package, as explained on download page and
got error when tried to test installation:
[sbox-FREMANTLE_X86: ~] > python2.5
Python 2.5.4 (r254:67916, Jul 30 2009, 23:52:54)
[GCC 4.2.1] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import PySide.QtCore
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib/pymodules/python2.5/PySide/__init__.py", line 56, in
load_module
    ctypes.PyDLL(self.pathname, ctypes.RTLD_GLOBAL)
  File "/usr/lib/python2.5/ctypes/__init__.py", line 348, in __init__
    self._handle = _dlopen(self._name, mode)
OSError: libQtXml.so.4: cannot open shared object file: No such file or
directory
it was fixed by installation libqt4-xml.
I think this dependency should be added to pyside-gui or pyside-core.
Comment 1 Hugo Parente Lima 2009-09-02 13:25:45 EEST
The bindings for QtCore doesnt need to link against QtXml, this is a bug on
QtCore bindings, not a packagind bug.
Comment 2 Hugo Parente Lima 2009-09-03 17:44:15 EEST
Fixed in mainline.