Example of a program failure due to no zlib module,

barbe...@wall-e:~/python-fix$ deluged -d
[ERROR   ] 22:07:07 main:199 can't decompress data; zlib not available
Traceback (most recent call last):
  File "/var/lib/python-support/python2.6/deluge/main.py", line 196, in 
start_daemon
    Daemon(options, args)
  File "/var/lib/python-support/python2.6/deluge/core/daemon.py", line 44, in 
__init__
    self.core = Core(options.port).run()
  File "/var/lib/python-support/python2.6/deluge/core/core.py", line 227, in run
    component.start()
  File "/var/lib/python-support/python2.6/deluge/component.py", line 186, in 
start
    _ComponentRegistry.start()
  File "/var/lib/python-support/python2.6/deluge/component.py", line 106, in 
start
    self.start_component(component)
  File "/var/lib/python-support/python2.6/deluge/component.py", line 113, in 
start_component
    self.start_component(depend)
  File "/var/lib/python-support/python2.6/deluge/component.py", line 113, in 
start_component
    self.start_component(depend)
  File "/var/lib/python-support/python2.6/deluge/component.py", line 118, in 
start_component
    self.components[name].start()
  File "/var/lib/python-support/python2.6/deluge/core/pluginmanager.py", line 
57, in start
    self.enable_plugins()
  File "/var/lib/python-support/python2.6/deluge/pluginmanagerbase.py", line 
72, in enable_plugins
    self.enable_plugin(name)
  File "/var/lib/python-support/python2.6/deluge/pluginmanagerbase.py", line 
114, in enable_plugin
    egg.activate()
  File "/usr/lib/python2.6/dist-packages/pkg_resources.py", line 2128, in 
activate
    self.insert_on(path)
  File "/usr/lib/python2.6/dist-packages/pkg_resources.py", line 2224, in 
insert_on
    self.check_version_conflict()
  File "/usr/lib/python2.6/dist-packages/pkg_resources.py", line 2263, in 
check_version_conflict
    for modname in self._get_metadata('top_level.txt'):
  File "/usr/lib/python2.6/dist-packages/pkg_resources.py", line 2122, in 
_get_metadata
    for line in self.get_metadata_lines(name):
  File "/usr/lib/python2.6/dist-packages/pkg_resources.py", line 1140, in 
get_metadata_lines
    return yield_lines(self.get_metadata(name))
  File "/usr/lib/python2.6/dist-packages/pkg_resources.py", line 1137, in 
get_metadata
    return self._get(self._fn(self.egg_info,name))
  File "/usr/lib/python2.6/dist-packages/pkg_resources.py", line 1197, in _get
    return self.loader.get_data(path)
ZipImportError: can't decompress data; zlib not available

-- 
zlib missing from python-minimal
https://bugs.launchpad.net/bugs/346123
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to