New aptdaemon.client breaks apps using twisted with gireactor
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Aptdaemon |
Fix Committed
|
Undecided
|
Unassigned | ||
aptdaemon (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
Bug Description
Discovered this while attempting to upload a new patch to ubuntuone-installer on quantal and having the tests fail with the following error:
dobey@u1-
File "/usr/bin/u1trial", line 40, in <module>
main()
File "/usr/lib/
suite = test_runner.
File "/usr/lib/
config[
File "/usr/lib/
module_suite = self._load_
File "/usr/lib/
module = __import__(modpath, None, None, [""])
File "/home/
from ubuntuone.installer import gui
File "/home/
import aptdaemon.client as aptclient
File "/usr/lib/
import gobject as GObject
ImportError: No module named gobject
This same issue existed on the previous version as well, but in the exact opposite manner, though was not exposed in general, as gi.repository would have been tried first then, and so apps using it would have been fine.
Related branches
- Aptdaemon Developers: Pending requested
-
Diff: 25 lines (+2/-2)2 files modifiedaptdaemon/client.py (+1/-1)
aptdaemon/debconf.py (+1/-1)
Changed in aptdaemon: | |
status: | New → Fix Committed |
Changed in aptdaemon (Ubuntu): | |
status: | New → Fix Released |