Traceback (most recent call last): File "/usr/bin/deluge", line 93, in start_deluge() File "/usr/bin/deluge", line 69, in start_deluge interface.start() File "/var/lib/python-support/python2.5/deluge/interface.py", line 816, in start self.update() File "/var/lib/python-support/python2.5/deluge/interface.py", line 838, in update f() File "/var/lib/python-support/python2.5/deluge/interface.py", line 829, in load_plugins self.plugins.enable_plugin(plugin) File "/var/lib/python-support/python2.5/deluge/plugins.py", line 73, in enable_plugin self.enabled_plugins[name] = plugin.enable(self.core, self.interface) File "/usr/share/deluge/plugins/BlocklistImport/__init__.py", line 29, in enable return BlocklistImport(path, core, interface) File "/usr/share/deluge/plugins/BlocklistImport/__init__.py", line 71, in __init__ self.loadlist(fetch=self.config.get('load_on_start')) File "/usr/share/deluge/plugins/BlocklistImport/__init__.py", line 101, in loadlist reader = readers[ltype][1](self.blockfile) File "/usr/share/deluge/plugins/BlocklistImport/text.py", line 86, in __init__ self.zfd = ZipFile(filename, 'r') File "zipfile.py", line 346, in __init__ self._GetContents() File "zipfile.py", line 366, in _GetContents self._RealGetContents() File "zipfile.py", line 378, in _RealGetContents raise BadZipfile, "File is not a zip file" BadZipfile: File is not a zip file