Page 1 of 1

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

Posted: Wed Dec 16, 2009 11:30 pm
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?

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

Posted: Thu Dec 17, 2009 1:10 am
by andar
Install the proper dependencies.. In this case, twisted-web.

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

Posted: Thu Dec 17, 2009 12:20 pm
by diederdasdüdü
Yep, that was it ... works now.
Thanks