[Bug 829876] Re: Lacking dependency

Steve Langasek steve.langasek at canonical.com
Sat Aug 20 18:13:56 UTC 2011


In fact, there are several other modules being imported for which we
also do not have package dependencies.  Most of the others may already
be installed by default, but we should still have declared dependencies
for them:

import gtk
import pango
from gtk import glade
from ibus import keysyms, modifier, Bus
from gettext import dgettext, bindtextdomain

Could you please work out the correct dependencies for each of these
modules, and include them in the patch?

** Changed in: ibus-anthy (Ubuntu)
       Status: New => Incomplete

** Changed in: ibus-anthy (Ubuntu)
     Assignee: (unassigned) => Steve Langasek (vorlon)

** Changed in: ibus-anthy (Ubuntu)
   Importance: Undecided => High

-- 
You received this bug notification because you are a member of Ubuntu
Sponsors Team, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/829876

Title:
  Lacking dependency

Status in “ibus-anthy” package in Ubuntu:
  Incomplete

Bug description:
  Version:
  1.2.6-2 (Oneiric)

  How to reproduce:
  1. start gnome-terminal
  2. push setting icon on toolbar with no response 
  3. run "python /usr/share/ibus-anthy/setup/main.py"
   Traceback (most recent call last):
     File "/usr/share/ibus-anthy/setup/main.py", line 27, in <module>
       from gtk import glade
   ImportError: cannot import name glade
  4. sudo apt-get install python-glade2
  5. works fine

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ibus-anthy/+bug/829876/+subscriptions



More information about the Ubuntu-sponsors mailing list