Did you install Pigment and Pigment-Python? Do you have proper graphics hardware acceleration in the device?
Philippe Le samedi 21 février 2009 à 01:25 +0100, [email protected] a écrit : > Hi, > > i have resolved this problem. some Python modules was not installed. > > now i have another problem starting elisa. elisa.conf that elisa now > creates i have attached. can you help me? > > # elisa -l > Launcher core version: 0.5.28 > Current core version: 0.5.28 > /usr/lib/python2.6/site-packages/twisted/spread/pb.py:64: > DeprecationWarning: the md5 module is deprecated; use hashlib instead > /usr/lib/python2.6/site-packages/elisa-0.5.28-py2.6.egg/elisa/core/utils/classinit.py:34: > UserWarning: ClassInitMeta class is > deprecated > DEBUG [ 1190] log Feb > 20 22:55:13 ELISA_DEBUG set to *:2,5 > (elisa/core/application.py:106) > INFO MainThread application Feb 20 22:55:13 > Using config file: '/var/log/.elisa-0.5/elisa_0_5_6.conf' > (elisa/core/application.py:151) > INFO MainThread config Feb 20 22:55:13 > Using '/var/log/.elisa-0.5/elisa_0_5_6.conf' config file > (elisa/core/config.py:85) > INFO MainThread config_upgrader Feb 20 22:55:14 > Trying to upgrade from 0.5.28 to 0.5.28 > (elisa/core/config_upgrader.py:78) > INFO MainThread config_upgrader Feb 20 22:55:14 No > update needed (elisa/core/config_upgrader.py:111) > INFO MainThread plugin_registry Feb 20 22:55:14 > loading plugins from ['/var/log/.elisa-0.5/plugins'] > (elisa/core/plugin_registry.py:320) > DEBUG MainThread plugin_registry Feb 20 22:55:14 > removing dist elisa 0.5.28 (elisa/core/plugin_registry.py:214) > INFO MainThread plugin_registry Feb 20 22:55:16 > Loading elisa 0.5.28 (elisa/core/plugin_registry.py:398) > INFO MainThread plugin_registry Feb 20 22:55:16 > loaded 1 plugins (elisa/core/plugin_registry.py:389) > DEBUG MainThread application Feb 20 22:55:16 > Creating (elisa/core/application.py:235) > DEBUG MainThread bus Feb 20 22:55:16 > Creating (elisa/core/bus.py:64) > DEBUG MainThread interface_controller Feb 20 22:55:16 > Creating (elisa/core/interface_controller.py:41) > INFO MainThread interface_controller Feb 20 22:55:16 > Initializing (elisa/core/interface_controller.py:74) > DEBUG MainThread plugin_registry Feb 20 22:55:16 > creating component > elisa.plugins.pigment.pigment_frontend:PigmentFrontend > (elisa/core/plugin_registry.py:1040) > Traceback (most recent call last): > File "build/lib.linux-i686-2.6/twisted/internet/gtk2reactor.py", > line 226, in simulate > > File "build/lib.linux-i686-2.6/twisted/internet/base.py", line > 705, in runUntilCurrent > > File "build/lib.linux-i686-2.6/twisted/internet/task.py", line > 251, in _tick > > File > "build/bdist.linux-i686/egg/elisa/core/interface_controller.py", line > 104, in load_frontends_iter > > --- <exception caught here> --- > File > "build/bdist.linux-i686/egg/elisa/core/plugin_registry.py", line 1048, > in create_component > > File > "build/lib.linux-i686-2.6/twisted/python/reflect.py", line 432, in > namedAny > > exceptions.AttributeError: 'module' object has no > attribute 'pigment' > > WARN MainThread interface_controller Feb 20 > 22:55:17 creating frontend frontend1 failed. A full traceback can be > found at [Failure instance: Traceback: <type > 'exceptions.AttributeError'>: 'module' object has no attribute 'pigment' > > build/lib.linux-i686-2.6/twisted/internet/gtk2reactor.py:226:simulate > > build/lib.linux-i686-2.6/twisted/internet/base.py:705:runUntilCurrent > build/lib.linux-i686-2.6/twisted/internet/task.py:251:_tick > > build/bdist.linux-i686/egg/elisa/core/interface_controller.py:104:load_frontends_iter > --- <exception caught here> --- > > build/bdist.linux-i686/egg/elisa/core/plugin_registry.py:1048:create_component > build/lib.linux-i686-2.6/twisted/python/reflect.py:432:namedAny > ] (elisa/core/interface_controller.py:88) > WARN MainThread interface_controller Feb 20 > 22:55:17 Could not load any frontend > (elisa/core/interface_controller.py:123) > INFO MainThread plugin_registry Feb 20 > 22:55:17 Enabling plugin elisa (elisa/core/plugin_registry.py:587) > DEBUG MainThread bus Feb 20 > 22:55:17 Sending message > <elisa.core.plugin_registry.PluginStatusMessage object at 0xa77721c> > (elisa/core/bus.py:116) > DEBUG MainThread bus Feb 20 > 22:55:17 Sending message > <elisa.core.application.ComponentsLoadedMessage object at 0xa7785dc> > (elisa/core/bus.py:116) > INFO MainThread application Feb 20 > 22:55:17 Starting (elisa/core/application.py:430) > INFO MainThread bus Feb 20 > 22:55:17 Starting (elisa/core/bus.py:89) > DEBUG MainThread bus Feb 20 > 22:55:17 Undispatched message: > <elisa.core.application.ComponentsLoadedMessage object at 0xa7785dc> > (elisa/core/bus.py:184) > DEBUG MainThread bus Feb 20 > 22:55:17 Undispatched message: > <elisa.core.plugin_registry.PluginStatusMessage object at 0xa77721c> > (elisa/core/bus.py:184) > > > > Zitat von [email protected]: > > > i started elisa with no config file so this doesnt work with or > > without configfile, elisa creates one. i have attached this configfile. > > > > Michael Foord from the configobj mailinglist writes: > > > > ... > > This means that the problem is either with the code using ConfigObj *or* > > with the underlying platform. > > > > If you try with ConfigObj(filename, raise_errors=True) then you should > > get the full traceback when the first error is hit. This may give a > > better idea of what is happening. > > ... > > > > how can i change elisas code arround config.py to try this? > > > > Stephan > > > > Zitat von Paul van Tilburg <[email protected]>: > > > >> Hi, > >> > >> On Fri, Feb 13, 2009 at 02:19:03PM +0100, [email protected] wrote: > >>> Config format error > >>> in /storage/.elisa-0.5/elisa_0_5_6.conf: Parse error in value at line > >>> 2.;Parse error in > >> > >> This is odd. What is the contents of this file? > >> You can also try renaming elisa_0_5_6.conf and running Elisa with the > >> default config. Does that work? > >> > >> Kind regards, > >> Paul > >> > >> -- > >> PhD Student @ Eindhoven | email: [email protected] > >> University of Technology, The Netherlands | JID: [email protected] > >>>>> Using the Power of Debian GNU/Linux <<< | GnuPG key ID: 0x50064181 > >> > >> > > >
