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 472 - python-pyside.qtdeclarative does not depend on QtNetwork and QtGui packages (Maemo 5)
: python-pyside.qtdeclarative does not depend on QtNetwork and QtGui packages (...
Status: CLOSED FIXED
Product: PySide
Classification: Unclassified
Component: QtDeclarative
: 0.4.2
: All All
: P2 critical
Assigned To: renato filho
:
:
:
  Show dependency treegraph
 
Reported: 2010-11-18 15:05 EET by Thomas Perl
Modified: 2010-12-07 16:26 EET (History)
9 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Perl 2010-11-18 15:05:48 EET
Using PySide packages from Maemo Extras on a N900.

Steps to reproduce:

 * Make sure python-pyside.qtnetwork and python-pyside.qtgui are not installed.
 * Install python-pyside.qtdeclarative
 * Start the python interpreter
 * Type: import PySide.QtDeclarative

Expected outcome:

 * The package is imported

Actual outcome:

 * ImportError: could not import PySide.QtNetwork

 then after installing python-pyside.qtnetwork:

 * ImportError: could not import PySide.QtGui

After installing both dependencies, it works.

Suggestions:

 * Add python-pyside.qtnetwork and python-pyside.qtgui as dependency in the
packaging information of python-pyside.qtdeclarative
Comment 1 renato filho 2010-11-19 13:54:20 EET
changing importance to critical to get this fixed before the next release.
Comment 2 Didier Raboud 2010-11-22 07:55:08 EET
Note: this is fixed in the Debian (experimental and sid) and Ubuntu (Natty
only; Maverick is affected) packages, by the use of the "dh_pycmakedeps"
script.
Comment 3 Matti Airas 2010-11-23 06:11:36 EET
Changing priority to P2 - the packaging will be fixed before the new binary
release is made.

Didier, Luck had some issues with the dependency resolving scripts on Maemo 5
and might have resorted to some other scheme in resolving them. I don't know
the details.
Comment 4 Luciano Wolf 2010-12-07 10:15:22 EET
Debian packages fixed on Maemo5.
Comment 5 Luciano Wolf 2010-12-07 16:26:38 EET
Released