merci pour la réponse, maintenant il n'y a plus que les warning.. mais rien ne se lance..
WARN MainThread plugin_registry jan 03 15:44:10 Un-met dependency for classic: pgm (elisa/core/plugin_registry.py:195)
WARN MainThread plugin_registry jan 03 15:44:10 Un-met dependency for flickr_media: twill (elisa/core/plugin_registry.py:198)
WARN MainThread plugin_registry jan 03 15:44:10 Un-met dependency for bluetooth_input: bluetooth (elisa/core/plugin_registry.py:198)
WARN MainThread plugin_registry jan 03 15:44:10 Un-met dependency for poblenou: pgm (elisa/core/plugin_registry.py:195)
WARN MainThread plugin_registry jan 03 15:44:10 Un-met dependency for stage6: BeautifulSoup (elisa/core/plugin_registry.py:195)
WARN MainThread plugin_registry jan 03 15:44:10 Un-met dependency for weather_pgm_view: pgm (elisa/core/plugin_registry.py:198)
WARN MainThread comp_hal_service jan 03 15:44:10 Could not connect to the Gnome ScreenSaver: org.freedesktop.DBus.Error.ServiceUnknown: The name org.gnome.ScreenSaver was not provided by any .service files (elisa/plugins/good/hal/hal_service.py:107)
WARN MainThread plugin_registry jan 03 15:44:10 Component fspot_media failed to initialize: FSpot DB not found at '/root/.gnome2/f-spot/photos.db' (elisa/core/plugin_registry.py:618)
WARN MainThread plugin_registry jan 03 15:44:10 Component 'flickr:flickr_media' not found (elisa/core/plugin_registry.py:618)
WARN MainThread plugin_registry jan 03 15:44:10 Plugin 'stage6' not found (elisa/core/plugin_registry.py:455)
WARN MainThread plugin_registry jan 03 15:44:10 Component 'stage6:stage_media' not found (elisa/core/plugin_registry.py:618)
WARN MainThread comp_audio_activity jan 03 15:44:11 XDG user-dir disabled (elisa/plugins/base/activities/media_menu_activity.py:424)
WARN MainThread comp_video_activity jan 03 15:44:11 XDG user-dir disabled (elisa/plugins/base/activities/media_menu_activity.py:424)
WARN MainThread comp_image_activity jan 03 15:44:11 XDG user-dir disabled (elisa/plugins/base/activities/media_menu_activity.py:424)
WARN MainThread plugin_registry jan 03 15:44:11 Plugin 'poblenou' not found (elisa/core/plugin_registry.py:455)
WARN MainThread comp_theme_switcher_activity jan 03 15:44:11 Component 'poblenou:tango_theme' not found (elisa/plugins/good/theme_switcher/theme_switcher_activity.py:56)
WARN MainThread plugin_registry jan 03 15:44:11 Plugin 'poblenou' not found (elisa/core/plugin_registry.py:455)
WARN MainThread comp_theme_switcher_activity jan 03 15:44:11 Component 'poblenou:poblenou_theme' not found (elisa/plugins/good/theme_switcher/theme_switcher_activity.py:56)
WARN MainThread plugin_registry jan 03 15:44:11 Plugin 'poblenou' not found (elisa/core/plugin_registry.py:455)
WARN MainThread comp_theme_switcher_activity jan 03 15:44:11 Component 'poblenou:chris_theme' not found (elisa/plugins/good/theme_switcher/theme_switcher_activity.py:56)
WARN MainThread plugin_registry jan 03 15:44:11 Plugin 'poblenou' not found (elisa/core/plugin_registry.py:455)
WARN MainThread comp_theme_switcher_activity jan 03 15:44:11 Component 'poblenou:tango_theme' not found (elisa/plugins/good/theme_switcher/theme_switcher_activity.py:56)
WARN MainThread plugin_registry jan 03 15:44:11 Plugin 'poblenou' not found (elisa/core/plugin_registry.py:455)
WARN MainThread comp_theme_switcher_activity jan 03 15:44:11 Component 'poblenou:poblenou_theme' not found (elisa/plugins/good/theme_switcher/theme_switcher_activity.py:56)
WARN MainThread plugin_registry jan 03 15:44:11 Plugin 'poblenou' not found (elisa/core/plugin_registry.py:455)
WARN MainThread comp_theme_switcher_activity jan 03 15:44:11 Component 'poblenou:chris_theme' not found (elisa/plugins/good/theme_switcher/theme_switcher_activity.py:56)
WARN MainThread plugin_registry jan 03 15:44:11 Plugin 'poblenou' not found (elisa/core/plugin_registry.py:455)
WARN MainThread interface_controller jan 03 15:44:11 Cannot create controller 'poblenou:elisa_controller' for backend 'backend1' (elisa/core/interface_controller.py:130)
WARN MainThread interface_controller jan 03 15:44:11 An error occured causing backend 'backend1' creation to fail (elisa/core/interface_controller.py:75)
A problem occurred in Elisa.
/tmp/elisa_Cv9zh9.txt contains the description of this error.
WARN MainThread interface_controller jan 03 15:44:11 Backend 'backend1' not existing for frontend 'frontend1' (elisa/core/interface_controller.py:165)
WARN MainThread interface_controller jan 03 15:44:11 An error occured causing frontend 'frontend1' creation to fail (elisa/core/interface_controller.py:90)
A problem occurred in Elisa.
/tmp/elisa_tYAmI9.txt contains the description of this error.
et voilà le contenu de /tmp/elisa_tYAmI9.txt
<class 'elisa.core.plugin_registry.ComponentNotFound'>
Python 2.5.1: /usr/bin/python
Sat Jan 3 15:44:11 2009
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.5/site-packages/elisa/core/interface_controller.py in initialize(self=<elisa.core.interface_controller.InterfaceController object at 0x2689c10>)
85 for frontend_path in frontend_paths:
86 try:
87 self._create_frontend(frontend_path)
88 except Exception, e:
89 self.warning("An error occured causing frontend '%s' creation " \
self = <elisa.core.interface_controller.InterfaceController object at 0x2689c10>
self._create_frontend = <bound method InterfaceController._create_fronte...troller.InterfaceController object at 0x2689c10>>
frontend_path = 'frontend1'
/usr/lib/python2.5/site-packages/elisa/core/interface_controller.py in initialize(self=<elisa.core.interface_controller.InterfaceController object at 0x2689c10>)
70 for backend_path in backend_paths:
71 try:
72 self._create_backend(backend_path)
73 except Exception, e:
74 self.warning("An error occured causing backend '%s' creation " \
self = <elisa.core.interface_controller.InterfaceController object at 0x2689c10>
self._create_backend = <bound method InterfaceController._create_backen...troller.InterfaceController object at 0x2689c10>>
backend_path = 'backend1'
/usr/lib/python2.5/site-packages/elisa/core/interface_controller.py in _create_backend(self=<elisa.core.interface_controller.InterfaceController object at 0x2689c10>, backend_name='backend1')
125 default=[])
126 try:
127 root_controller = plugin_registry.create_component(controller_path)
128 except:
129 self.warning("Cannot create controller %r for backend %r",
root_controller undefined
plugin_registry = <elisa.core.plugin_registry.PluginRegistry object at 0x1e76850>
plugin_registry.create_component = <bound method PluginRegistry.create_component of...gin_registry.PluginRegistry object at 0x1e76850>>
controller_path = 'poblenou:elisa_controller'
/usr/lib/python2.5/site-packages/elisa/core/plugin_registry.py in create_component(self=<elisa.core.plugin_registry.PluginRegistry object at 0x1e76850>, component_path='poblenou:elisa_controller')
454 except PluginNotFound, error:
455 self.warning(error)
456 raise ComponentNotFound(component_path)
457
458 ComponentClass, plugin, component_path_tuple = infos
global ComponentNotFound = <class 'elisa.core.plugin_registry.ComponentNotFound'>
component_path = 'poblenou:elisa_controller'
<class 'elisa.core.plugin_registry.ComponentNotFound'>: Component 'poblenou:elisa_controller' not found
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.5/site-packages/elisa/core/interface_controller.py", line 87, in initialize
self._create_frontend(frontend_path)
File "/usr/lib/python2.5/site-packages/elisa/core/interface_controller.py", line 72, in initialize
self._create_backend(backend_path)
File "/usr/lib/python2.5/site-packages/elisa/core/interface_controller.py", line 127, in _create_backend
root_controller = plugin_registry.create_component(controller_path)
File "/usr/lib/python2.5/site-packages/elisa/core/plugin_registry.py", line 456, in create_component
raise ComponentNotFound(component_path)
ComponentNotFound: Component 'poblenou:elisa_controller' not found