Deluge Start Error

General support for problems installing or using Deluge
Post Reply
DarkoBeta

Deluge Start Error

Post by DarkoBeta »

When I try to start Deluge I get this error. Can anyone tell me how to fix this?

Code: Select all

Traceback (most recent call last):
  File "/usr/bin/deluge", line 41, in <module>
    import deluge, deluge.common, deluge.interface
  File "/usr/lib/python2.5/site-packages/deluge/interface.py", line 34, in <module>
    import core, common, dgtk, ipc_manager, dialogs
  File "/usr/lib/python2.5/site-packages/deluge/core.py", line 51, in <module>
    import pickle, time, gettext, pref
  File "/usr/lib/python2.5/site-packages/deluge/pref.py", line 64, in <module>
    "proxy_type" : common.ProxyType.none,
AttributeError: 'module' object has no attribute 'ProxyType'
Post Reply