Page 1 of 1

Deluge 1.3.1 missing dependency [Fixed]

Posted: 29. May 2011, 02:14
by caitlyn
I installed Deluge 1.3.1 from the repository. It failed to open so I tried from the command line. Here are the errors:

Code: Select all

cmartin[Music]$ deluge
[ERROR   ] 22:09:33 config:436 Error backing up old config..
[ERROR   ] 22:09:33 ui:146 No module named OpenSSL
Traceback (most recent call last):
  File "/usr/lib/python2.6/site-packages/deluge/ui/ui.py", line 127, in __init__
    from deluge.ui.gtkui.gtkui import GtkUI
  File "/usr/lib/python2.6/site-packages/deluge/ui/gtkui/__init__.py", line 1, in <module>
    from gtkui import start
  File "/usr/lib/python2.6/site-packages/deluge/ui/gtkui/gtkui.py", line 67, in <module>
    from deluge.ui.client import client
  File "/usr/lib/python2.6/site-packages/deluge/ui/client.py", line 37, in <module>
    from twisted.internet import reactor, ssl, defer
  File "/usr/lib/python2.6/site-packages/twisted/internet/ssl.py", line 46, in <module>
    from OpenSSL import SSL
ImportError: No module named OpenSSL
[ERROR   ] 22:09:33 ui:147 There was an error whilst launching the request UI: gtk
[ERROR   ] 22:09:33 ui:148 Look at the traceback above for more information.
I installed PyOpenSSL from the repository and that solved the problem. It looks like something that should be added to the .dep file... or, you could just build a correct package for 1.3.2 :)

Re: Deluge 1.3.1 missing dependency [SalixOS 13.37 32-bit]

Posted: 29. May 2011, 09:36
by gapan
Fixed. Thanks!

Re: Deluge 1.3.1 missing dependency [Fixed]

Posted: 29. May 2011, 19:25
by caitlyn
Thank you, gapan. If that ends up being the only bug I find you guys have one heckuva release :D