#12727 closed defect (fixed)
BUG:deluge-0.5.5 - missing dependency on dbus-python25
Reported by: | gui-dos (Guido Soranzio) | Owned by: | rhwood@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.5.0 |
Keywords: | Cc: | ||
Port: |
Description
deluge requires the dbus Python module, otherwise the following error message is displayed on launch:
Traceback (most recent call last): File "/opt/local/bin/deluge", line 45, in <module> import deluge._dbus as dbus File "/opt/local/lib/python2.5/site-packages/deluge/_dbus.py", line 32, in <module> from dbus import Interface, SessionBus, version ImportError: No module named dbus
Change History (2)
comment:1 Changed 17 years ago by rhwood@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Fixed in changeset:29384