Comment 5 for bug 634324

Revision history for this message
LABOUEBE Michael (gfarmerfr) wrote :

Sorry to say but this bug is not fixed since I can still suppress python-launchpadlib with software-center 2.1.22
without a warning of aptitude/synaptic/whatever wanting to suppress software-cebter to resolve the conflict.
Btw software-center still crash with exact same error without python-launchpadlib.

gfarmerfr@GNU-BoX:~$ software-center
Traceback (most recent call last):
  File "/usr/bin/software-center", line 88, in <module>
    from softwarecenter.app import SoftwareCenterApp
  File "/usr/share/software-center/softwarecenter/app.py", line 62, in <module>
    from view.logindialog import LoginDialog
  File "/usr/share/software-center/softwarecenter/view/logindialog.py", line 30, in <module>
    from softwarecenter.backend.launchpad import GLaunchpad
  File "/usr/share/software-center/softwarecenter/backend/launchpad.py", line 32, in <module>
    from launchpadlib.launchpad import Launchpad
ImportError: No module named launchpadlib.launchpad

I think that when the lp branch of Mohamed (that would fix the dependency bug) was merge the meaning of this bug was misunderstood and python-launchpadlib was demoted to only a "suggest" package instead of a "depend" one.
Mohamed do you agree on this ?