Hi, For me deluged only starts up sometimes, most times it dies immediately and I get errors about not being able to find zlib in ~/.config/deluge/deluged.log
If I add import zlib to in /usr/bin/deluged it works reliably. I'm not the only one to have seen this: http://forums.fedoraforum.org/showthread.php?t=225772 I suggest: --- deluged 2009-11-02 11:52:39.000000000 +0100 +++ /usr/bin/deluged 2009-11-02 11:39:27.000000000 +0100 @@ -2,6 +2,7 @@ # EASY-INSTALL-ENTRY-SCRIPT: 'deluge==1.1.6','console_scripts','deluged' __requires__ = 'deluge==1.1.6' import sys +import zlib from pkg_resources import load_entry_point sys.exit( --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Deluge Dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/deluge-dev?hl=en -~----------~----~----~----~------~----~------~--~---
