Bug#472306: closed by Loïc Minier [EMAIL PROTECTED] (Re: Bug#472306: elisa: Missing dependency from python-setuptools)

2008-04-03 Thread Loïc Minier
found 472306 0.3.5-2
stop

On Thu, Apr 03, 2008, Debian Bug Tracking System wrote:
  This looks like an issue on your system; elisa depends on python-elisa
  which depends on python-pkg-resources | python-setuptools.

 Sorry, you are correct we need /both/.

-- 
Loïc Minier




Processed: Re: Bug#472306 closed by Loïc Minier [EMAIL PROTECTED] (Re: Bug#472306: elisa: Missing dependency from python-setuptools)

2008-04-03 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 found 472306 0.3.5-2
Bug#472306: elisa: Missing dependency from python-setuptools
Bug marked as found in version 0.3.5-2 and reopened.

 stop
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#472306: elisa: Missing dependency from python-setuptools

2008-03-23 Thread Giuseppe Martino
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-1Elisa plugins from the bad set
ii  elisa-plugins-good0.3.5-1Elisa plugins from the good set
ii  python2.4.4-6An interactive high-level object-o
ii  python-elisa  0.3.5-1media center solution - Python lib

Versions of packages elisa recommends:
ii  elisa-plugins-ugly0.3.4-2Elisa plugins from the ugly set

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]