Hi Stefan,
Welcome to elisa's ML.
It looks like you are missing either pigment or the pigment plugin for
elisa. Pigment is the 3D graphics library used to build Elisa's UI, so
without it no chance to get Elisa to run.
What packages did you install? For Elisa to run you'll need at least
pigment and its python bindings, elisa, elisa-plugins-good and
elisa-plugins-bad (contains the pigment plugin and the frontend for elisa).
I hope this helps.
Cheers,
Olivier
Stefan Husmann a écrit :
> Hello list,
>
> this is my first mail on this list, so I apologize if my problem was
> discussed here before. When I try to run elisa under ArchLinux, I get
>
> $ elisa
> Launcher core version: 0.5.32
> /usr/lib/python2.6/site-packages/twisted/internet/_sslverify.py:5:
> DeprecationWarning: the md5 module is deprecated; use hashlib instead
> import itertools, md5
> Current core version: 0.5.32
> Xlib: extension "Generic Event Extension" missing on display ":0.0".
> Xlib: extension "Generic Event Extension" missing on display ":0.0".
> Xlib: extension "Generic Event Extension" missing on display ":0.0".
> Xlib: extension "Generic Event Extension" missing on display ":0.0".
> Xlib: extension "Generic Event Extension" missing on display ":0.0".
> Xlib: extension "Generic Event Extension" missing on display ":0.0".
> /usr/lib/python2.6/site-packages/elisa/core/utils/classinit.py:34:
> UserWarning: ClassInitMeta class is deprecated
> warn("ClassInitMeta class is deprecated")
> Traceback (most recent call last):
> File
> "/usr/lib/python2.6/site-packages/twisted/internet/gtk2reactor.py", line
> 225, in simulate
> self.runUntilCurrent()
> File "/usr/lib/python2.6/site-packages/twisted/internet/base.py", line
> 757, in runUntilCurrent
> call.func(*call.args, **call.kw)
> File "/usr/lib/python2.6/site-packages/twisted/internet/task.py", line
> 251, in _tick
> result = iterator.next()
> File
> "/usr/lib/python2.6/site-packages/elisa/core/interface_controller.py",
> line 104, in load_frontends_iter
> frontend_section)
> --- <exception caught here> ---
> File "/usr/lib/python2.6/site-packages/elisa/core/plugin_registry.py",
> line 1064, in create_component
> component_class = reflect.namedAny('%s.%s' % (module, klass))
> File "/usr/lib/python2.6/site-packages/twisted/python/reflect.py",
> line 467, in namedAny
> obj = getattr(obj, n)
> exceptions.AttributeError: 'module' object has no attribute 'pigment'
>
> WARN MainThread interface_controller Mär 28 17:50:02
> creating frontend frontend1 failed. A full traceback can be found at
> [Failure instance: Traceback: <type 'exceptions.AttributeError'>:
> 'module' object has no attribute 'pigment'
> /usr/lib/python2.6/site-packages/twisted/internet/gtk2reactor.py:225:simulate
>
> /usr/lib/python2.6/site-packages/twisted/internet/base.py:757:runUntilCurrent
>
> /usr/lib/python2.6/site-packages/twisted/internet/task.py:251:_tick
> /usr/lib/python2.6/site-packages/elisa/core/interface_controller.py:104:load_frontends_iter
>
> --- <exception caught here> ---
> /usr/lib/python2.6/site-packages/elisa/core/plugin_registry.py:1064:create_component
>
> /usr/lib/python2.6/site-packages/twisted/python/reflect.py:467:namedAny
> ] (elisa/core/interface_controller.py:88)
> WARN MainThread interface_controller Mär 28 17:50:02 Could
> not load any frontend (elisa/core/interface_controller.py:123)
>
> Any hints? I also tried release 0.5.33 and the bzr version, without
> success.