Problem with deluge 1.2.0-rc4 (opensuse 11.1) (solved)

General support for problems installing or using Deluge
Post Reply
diederdasdüdü

Problem with deluge 1.2.0-rc4 (opensuse 11.1) (solved)

Post by diederdasdüdü »

Code: Select all

Traceback (most recent call last):
  File "/usr/lib64/python2.6/site-packages/deluge/ui/gtkui/gtkui.py", line 267, in _on_reactor_start
    client.start_classic_mode()
  File "/usr/lib64/python2.6/site-packages/deluge/ui/client.py", line 538, in start_classic_mode
    self._daemon_proxy = DaemonClassicProxy(self.__event_handlers)
  File "/usr/lib64/python2.6/site-packages/deluge/ui/client.py", line 408, in __init__
    self.__daemon = deluge.core.daemon.Daemon(classic=True)
  File "/usr/lib64/python2.6/site-packages/deluge/core/daemon.py", line 134, in __init__
    from deluge.core.core import Core
  File "/usr/lib64/python2.6/site-packages/deluge/core/core.py", line 49, in <module>
    import twisted.web.client
ImportError: No module named web.client
I updated today to the latest version and now the program refuses to work... what can I do?
Last edited by diederdasdüdü on Thu Dec 17, 2009 12:20 pm, edited 2 times in total.
andar
Top Bloke
Top Bloke
Posts: 1050
Joined: Fri Jun 08, 2007 8:38 pm
Location: Victoria, BC
Contact:

Re: Problem with deluge 1.2.0-rc4 (opensuse 11.1)

Post by andar »

Install the proper dependencies.. In this case, twisted-web.
diederdasdüdü

Re: Problem with deluge 1.2.0-rc4 (opensuse 11.1)

Post by diederdasdüdü »

Yep, that was it ... works now.
Thanks
Post Reply