Your message dated Wed, 26 Mar 2008 22:20:59 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Re: Bug#472306: elisa: Missing dependency from
python-setuptools
has caused the Debian Bug report #472306,
regarding elisa: Missing dependency from python-setuptools
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)
--
472306: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=472306
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: elisa
Version: 0.3.5-1
Severity: grave
Justification: renders package unusable
Loading raval_fronted setuptools is missed, so a dependecy from
python-setuptools is needed.
ImportError
Python 2.4.5: /usr/bin/python
Sun Mar 23 10:33:39 2008
A problem occurred in a Python script. Here is the sequence of
function calls leading up to the error, in the order they occurred.
/usr/lib/python2.4/site-packages/elisa/core/plugin_registry.py in
_import_component(self=<elisa.core.plugin_registry.PluginRegistry
object>, plugin=<elisa.plugins.raval_frontend.Raval_Frontend object>,
component_name='elisa_controller')
622 try:
623 module = __import__(full_path,
624 {}, {}, [mod_class[1]])
625 Class = getattr(module, mod_class[1])
626 except (ImportError, AttributeError), error:
mod_class = ['elisa_controller', 'ElisaController']
/usr/lib/python2.4/site-packages/elisa/plugins/raval_frontend/elisa_controller.py
22
23 from elisa.core.epm.exceptions import *
24 from elisa.extern.epr.egg_parser import EggParser
25
26 try:
elisa undefined
EggParser undefined
/usr/lib/python2.4/site-packages/elisa/extern/epr/egg_parser.py
33 import pkg_resources
34 from distutils.core import run_setup
35 from setuptools import find_packages
36
37 FIELDS = ['name', 'license', 'author', 'summary', 'version', 'keywords',
setuptools undefined
find_packages undefined
ImportError: No module named setuptools
__doc__ = "Import can't find module, or can't find name in module."
__getitem__ = <bound method ImportError.__getitem__ of
<exceptions.ImportError instance>>
__init__ = <bound method ImportError.__init__ of
<exceptions.ImportError instance>>
__module__ = 'exceptions'
__str__ = <bound method ImportError.__str__ of
<exceptions.ImportError instance>>
args = ('No module named setuptools',)
The above is a description of an error in a Python program. Here is
the original traceback:
Traceback (most recent call last):
File "/usr/lib/python2.4/site-packages/elisa/core/plugin_registry.py",
line 624, in _import_component
{}, {}, [mod_class[1]])
File
"/usr/lib/python2.4/site-packages/elisa/plugins/raval_frontend/elisa_controller.py",
line 24, in ?
from elisa.extern.epr.egg_parser import EggParser
File "/usr/lib/python2.4/site-packages/elisa/extern/epr/egg_parser.py",
line 35, in ?
from setuptools import find_packages
ImportError: No module named setuptools
-- System Information:
Debian Release: lenny/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.24.3 (PREEMPT)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages elisa depends on:
ii elisa-plugins-bad 0.3.5-1 Elisa plugins from the "bad" set
ii elisa-plugins-good 0.3.5-1 Elisa plugins from the "good" set
ii python 2.4.4-6 An interactive high-level object-o
ii python-elisa 0.3.5-1 media center solution - Python lib
Versions of packages elisa recommends:
ii elisa-plugins-ugly 0.3.4-2 Elisa plugins from the "ugly" set
-- no debconf information
--- End Message ---
--- Begin Message ---
On Sun, Mar 23, 2008, Giuseppe Martino wrote:
> Package: elisa
> Version: 0.3.5-1
> Severity: grave
> Justification: renders package unusable
>
>
> Loading raval_fronted setuptools is missed, so a dependecy from
> python-setuptools is needed.
This looks like an issue on your system; elisa depends on python-elisa
which depends on python-pkg-resources | python-setuptools.
--
Loïc Minier
--- End Message ---