Hi Thomas,

Please keep the mailing list in the loop, the issues you are
experimenting and the solution I'm sure we'll find may be of interest to
others.

Thomas Hansen wrote:
> i did what you suggested ... and installed only elisa 0.5.21 no plygins...

This will not work: Elisa requires at least elisa-plugins-good and
elisa-plugins-bad to run (that is because the frontend is currently in
-bad).

> in folder /home/thomas/progs/elisa/elisa-0.5.21
> i run
> sudo python setup.py install

If you are on ubuntu intrepid you may want to try our packages, this
will save you the trouble to download and manually install the tarballs:
https://launchpad.net/~elisa-developers/+archive

I hope this helps. Cheers,

Olivier


> when i run elisa from console this is the debug. and it will not start.
> 
> 
> Launcher core version: 0.5.21
> Current core version: 0.5.21
> /usr/lib/python2.5/site-packages/elisa-0.5.21-py2.5.egg/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.5/site-packages/twisted/internet/gtk2reactor.py",
> line 226, in simulate
>     self.runUntilCurrent()
>   File "/usr/lib/python2.5/site-packages/twisted/internet/base.py",
> line 705, in runUntilCurrent
>     call.func(*call.args, **call.kw)
>   File "/usr/lib/python2.5/site-packages/twisted/internet/task.py",
> line 251, in _tick
>     result = iterator.next()
>   File 
> "/usr/lib/python2.5/site-packages/elisa-0.5.21-py2.5.egg/elisa/core/interface_controller.py",
> line 104, in load_frontends_iter
>     frontend_section)
> --- <exception caught here> ---
>   File 
> "/usr/lib/python2.5/site-packages/elisa-0.5.21-py2.5.egg/elisa/core/plugin_registry.py",
> line 940, in create_component
>     component_class = reflect.namedAny('%s.%s' % (module, klass))
>   File "/usr/lib/python2.5/site-packages/twisted/python/reflect.py",
> line 432, in namedAny
>     obj = getattr(obj, n)
> exceptions.AttributeError: 'module' object has no attribute 'pigment'
> 
> WARN  MainThread      interface_controller        Dec 11 21:08:37
> 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.5/site-packages/twisted/internet/gtk2reactor.py:226:simulate
> /usr/lib/python2.5/site-packages/twisted/internet/base.py:705:runUntilCurrent
> /usr/lib/python2.5/site-packages/twisted/internet/task.py:251:_tick
> /usr/lib/python2.5/site-packages/elisa-0.5.21-py2.5.egg/elisa/core/interface_controller.py:104:load_frontends_iter
> --- <exception caught here> ---
> /usr/lib/python2.5/site-packages/elisa-0.5.21-py2.5.egg/elisa/core/plugin_registry.py:940:create_component
> /usr/lib/python2.5/site-packages/twisted/python/reflect.py:432:namedAny
> ] (elisa/core/interface_controller.py:88)
> WARN  MainThread      interface_controller        Dec 11 21:08:37
> Could not load any frontend (elisa/core/interface_controller.py:123)
> 
> 
> On Thu, Dec 11, 2008 at 9:05 PM, Thomas Hansen <[email protected]> wrote:
>> from tarballs - i'll try what you suggest..
>> thomas
>>
>> On Thu, Dec 11, 2008 at 5:30 PM, Olivier Tilloy <[email protected]> wrote:
>>> Hi Thomas,
>>>
>>> How did you install Elisa? From tarballs or PPA packages?
>>>
>>> From the output you provided, it looks like you have two conflicting
>>> versions of Elisa installed. Can you clean all related to elisa in
>>> /usr/lib/python2.5/site-packages/, re-install and see if the problem
>>> persists?
>>>
>>> Cheers,
>>>
>>> Olivier
>>>
>>>
>>> Thomas Hansen wrote:
>>>> tho...@ghostrider:~/progs/elisa/elisa-0.5.21$ elisa
>>>> Launcher core version: 0.5.21
>>>> Current core version: 0.5.21
>>>> /usr/lib/python2.5/site-packages/elisa-0.5.21-py2.5.egg/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.5/site-packages/twisted/internet/gtk2reactor.py",
>>>> line 226, in simulate
>>>>     self.runUntilCurrent()
>>>>   File "/usr/lib/python2.5/site-packages/twisted/internet/base.py",
>>>> line 705, in runUntilCurrent
>>>>     call.func(*call.args, **call.kw)
>>>>   File "/usr/lib/python2.5/site-packages/twisted/internet/task.py",
>>>> line 251, in _tick
>>>>     result = iterator.next()
>>>>   File 
>>>> "/usr/lib/python2.5/site-packages/elisa-0.5.21-py2.5.egg/elisa/core/interface_controller.py",
>>>> line 104, in load_frontends_iter
>>>>     frontend_section)
>>>> --- <exception caught here> ---
>>>>   File 
>>>> "/usr/lib/python2.5/site-packages/elisa-0.5.21-py2.5.egg/elisa/core/plugin_registry.py",
>>>> line 940, in create_component
>>>>     component_class = reflect.namedAny('%s.%s' % (module, klass))
>>>>   File "/usr/lib/python2.5/site-packages/twisted/python/reflect.py",
>>>> line 426, in namedAny
>>>>     topLevelPackage = _importAndCheckStack(trialname)
>>>>   File 
>>>> "/usr/lib/python2.5/site-packages/elisa/plugins/pigment/pigment_frontend.py",
>>>> line 28, in <module>
>>>>     from elisa.core.utils.dist import read_mappings
>>>> exceptions.ImportError: cannot import name read_mappings
>>>>
>>>> WARN  MainThread      interface_controller        Dec 09 23:03:46
>>>> creating frontend frontend1 failed. A full traceback can be found at
>>>> [Failure instance: Traceback: <type 'exceptions.ImportError'>: cannot
>>>> import name read_mappings
>>>> /usr/lib/python2.5/site-packages/twisted/internet/gtk2reactor.py:226:simulate
>>>> /usr/lib/python2.5/site-packages/twisted/internet/base.py:705:runUntilCurrent
>>>> /usr/lib/python2.5/site-packages/twisted/internet/task.py:251:_tick
>>>> /usr/lib/python2.5/site-packages/elisa-0.5.21-py2.5.egg/elisa/core/interface_controller.py:104:load_frontends_iter
>>>> --- <exception caught here> ---
>>>> /usr/lib/python2.5/site-packages/elisa-0.5.21-py2.5.egg/elisa/core/plugin_registry.py:940:create_component
>>>> /usr/lib/python2.5/site-packages/twisted/python/reflect.py:426:namedAny
>>>> /usr/lib/python2.5/site-packages/elisa/plugins/pigment/pigment_frontend.py:28:<module>
>>>> ] (elisa/core/interface_controller.py:88)
>>>> WARN  MainThread      interface_controller        Dec 09 23:03:46
>>>> Could not load any frontend (elisa/core/interface_controller.py:123)

Reply via email to