* Imagenes de instalación de las versiones estables para Mageia y OpenMandriva.

OpenMandriva: Mageia (Mageia 9) 20/Agosto/2023 - Anuncio, Descargas.

Blogdrake recomienda descargar las imágenes de instalación (iso) vía torrent para evitar corrupción de datos, aprovechar mejor su ancho de banda y mejorar la difusión de las distribuciones.

Moovida Media Center no inicia

Ps como lo dice el titulo de la discucion, moovida media center no inicia en mandriva 2009 spring, hice lo que mencionaban en el tutorial posteado aki en blogdrake, agregue los repositoriios backports e instale justo los paquetes necesarios y entro al menu sonido y video y me aprece ya instalado el moovida, pero al inciarlo solo me cxarga el fondo del programa pero nunca pasa de ahi, eh probado a volverlo a instalar y nada de paso lei x ahi googleando un poco que eliminado la instalacion de elissa lo cual hice y cn el mismo resultado,
pd. a un amigo le pasa exactamente igual
agradezco de antemano su ayuda

Opciones de visualización de comentarios

Seleccione la forma que desee de mostrar los comentarios y haga clic en «Guardar opciones» para activar los cambios.


Gravatar de madek

# 87408 ejecuta moovida desde

ejecuta moovida desde consola y pega aqui el resultado
Saludos, Madek.

---
Blog -> http://madek.co.cc/ Usuario Linux Nº: #que importa, si total igual sumo +1
Reclutando Mandriveros -> http://blogdrake.net/node/13380

Se cierra una puerta y se abre una ventana.

Saludos, Madek.

---
Blog -> http://madek.blogspot.com/ Usuario Linux Nº: #460974
Usa y colabora con Open Street Map



Gravatar de tarkin88

# 87411 Es mucho lo que me aparece

Es mucho lo que me aparece en consola, asi que pego solo lo que entro espero c n esto me puedan ayudar :P saludos

File "/usr/lib/python2.6/site-packages/elisa/plugins/pigment/widgets/list.py", line 577, in _layout_all_widgets
self._layout_widget(widget, position)
File "/usr/lib/python2.6/site-packages/elisa/plugins/pigment/widgets/list_horizontal.py", line 45, in _layout_widget
widget.x = self.compute_x(position)
File "/usr/lib/python2.6/site-packages/elisa/plugins/pigment/widgets/list_horizontal.py", line 42, in compute_x
return index*(self._item_width+self._relative_spacing)
AttributeError: 'MainMenuList' object has no attribute '_item_width'

WARN MainThread application ago 02 18:19:18 An Traceback occurred and got saved to /home/frank/tmp/elisa_fqZCsf.txt (elisa/core/application.py:340)

Python 2.6.1: /usr/bin/python
Sun Aug 2 18:19:18 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.6/site-packages/elisa/plugins/pigment/widgets/list.py in _on_items_inserted(self=, notifier=, index=6, items=[])
300 end = len(self._widgets)
301 self._render_widgets(start, end)
302 self._layout_all_widgets()
303
304 self._set_selector_visibility()
self =
self._layout_all_widgets = >

/usr/lib/python2.6/site-packages/elisa/plugins/pigment/widgets/list.py in _layout_all_widgets(self=)
575
576 position = -delta + i
577 self._layout_widget(widget, position)
578 if not widget.parent:
579 self.add(widget, forward_signals=True)
self =
self._layout_widget = >
widget =
position = 0.0

/usr/lib/python2.6/site-packages/elisa/plugins/pigment/widgets/list_horizontal.py in _layout_widget(self=, widget=, position=0.0)
43
44 def _layout_widget(self, widget, position):
45 widget.x = self.compute_x(position)
46 widget.opacity = self.compute_opacity(position)
47
widget =
widget.x = 0.0
self =
self.compute_x = >
position = 0.0

/usr/lib/python2.6/site-packages/elisa/plugins/pigment/widgets/list_horizontal.py in compute_x(self=, index=0.0)
40
41 def compute_x(self, index):
42 return index*(self._item_width+self._relative_spacing)
43
44 def _layout_widget(self, widget, position):
index = 0.0
self =
self._item_width undefined
self._relative_spacing undefined
: 'MainMenuList' object has no attribute '_item_width'
__class__ =
__delattr__ =
__dict__ = {}
__doc__ = 'Attribute not found.'
__format__ =
__getattribute__ =
__getitem__ =
__getslice__ =
__hash__ =
__init__ =
__new__ =
__reduce__ =
__reduce_ex__ =
__repr__ =
__setattr__ =
__setstate__ =
__sizeof__ =
__str__ =
__subclasshook__ =
__unicode__ =
args = ("'MainMenuList' object has no attribute '_item_width'",)
message = "'MainMenuList' object has no attribute '_item_width'"

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.6/site-packages/elisa/plugins/pigment/widgets/list.py", line 302, in _on_items_inserted
self._layout_all_widgets()
File "/usr/lib/python2.6/site-packages/elisa/plugins/pigment/widgets/list.py", line 577, in _layout_all_widgets
self._layout_widget(widget, position)
File "/usr/lib/python2.6/site-packages/elisa/plugins/pigment/widgets/list_horizontal.py", line 45, in _layout_widget
widget.x = self.compute_x(position)
File "/usr/lib/python2.6/site-packages/elisa/plugins/pigment/widgets/list_horizontal.py", line 42, in compute_x
return index*(self._item_width+self._relative_spacing)
AttributeError: 'MainMenuList' object has no attribute '_item_width'

WARN MainThread application ago 02 18:19:19 An Traceback occurred and got saved to /home/frank/tmp/elisa_1GyDcI.txt (elisa/core/application.py:340)

Python 2.6.1: /usr/bin/python
Sun Aug 2 18:19:19 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.6/site-packages/elisa/plugins/pigment/widgets/list.py in _on_items_inserted(self=, notifier=, index=7, items=[])
300 end = len(self._widgets)
301 self._render_widgets(start, end)
302 self._layout_all_widgets()
303
304 self._set_selector_visibility()
self =
self._layout_all_widgets = >

/usr/lib/python2.6/site-packages/elisa/plugins/pigment/widgets/list.py in _layout_all_widgets(self=)
575
576 position = -delta + i
577 self._layout_widget(widget, position)
578 if not widget.parent:
579 self.add(widget, forward_signals=True)
self =
self._layout_widget = >
widget =
position = 0.0

/usr/lib/python2.6/site-packages/elisa/plugins/pigment/widgets/list_horizontal.py in _layout_widget(self=, widget=, position=0.0)
43
44 def _layout_widget(self, widget, position):
45 widget.x = self.compute_x(position)
46 widget.opacity = self.compute_opacity(position)
47
widget =
widget.x = 0.0
self =
self.compute_x = >
position = 0.0

/usr/lib/python2.6/site-packages/elisa/plugins/pigment/widgets/list_horizontal.py in compute_x(self=, index=0.0)
40
41 def compute_x(self, index):
42 return index*(self._item_width+self._relative_spacing)
43
44 def _layout_widget(self, widget, position):
index = 0.0
self =
self._item_width undefined
self._relative_spacing undefined
: 'MainMenuList' object has no attribute '_item_width'
__class__ =
__delattr__ =
__dict__ = {}
__doc__ = 'Attribute not found.'
__format__ =
__getattribute__ =
__getitem__ =
__getslice__ =
__hash__ =
__init__ =
__new__ =
__reduce__ =
__reduce_ex__ =
__repr__ =
__setattr__ =
__setstate__ =
__sizeof__ =
__str__ =
__subclasshook__ =
__unicode__ =
args = ("'MainMenuList' object has no attribute '_item_width'",)
message = "'MainMenuList' object has no attribute '_item_width'"

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.6/site-packages/elisa/plugins/pigment/widgets/list.py", line 302, in _on_items_inserted
self._layout_all_widgets()
File "/usr/lib/python2.6/site-packages/elisa/plugins/pigment/widgets/list.py", line 577, in _layout_all_widgets
self._layout_widget(widget, position)
File "/usr/lib/python2.6/site-packages/elisa/plugins/pigment/widgets/list_horizontal.py", line 45, in _layout_widget
widget.x = self.compute_x(position)
File "/usr/lib/python2.6/site-packages/elisa/plugins/pigment/widgets/list_horizontal.py", line 42, in compute_x
return index*(self._item_width+self._relative_spacing)
AttributeError: 'MainMenuList' object has no attribute '_item_width'

WARN MainThread application ago 02 18:19:19 An Traceback occurred and got saved to /home/frank/tmp/elisa_qGooUJ.txt (elisa/core/application.py:340)

Python 2.6.1: /usr/bin/python
Sun Aug 2 18:19:19 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.6/site-packages/elisa/plugins/poblesec/sections_menu.py in _renderer(self=, controller=, widget=)
149 dfr = self.frontend.load_from_theme(controller.icon, widget.image)
150 widget.caption.label = controller.label.upper()
151 widget.menu.set_model(controller.model)
152 widget.menu.set_renderer(controller.renderer)
153
widget =
widget.menu =
widget.menu.set_model = >
controller =
controller.model = []

/usr/lib/python2.6/site-packages/elisa/plugins/pigment/widgets/list.py in set_model(self=, model=[])
180 # no item from self.model was selected, select the first one by default
181 if self.selected_item_index == -1 and len(self.model) > 0:
182 self.selected_item_index = 0
183
184 def set_renderer(self, renderer):
self =
self.selected_item_index = 0

/usr/lib/python2.6/site-packages/elisa/plugins/pigment/widgets/list.py in selected_item_index__set(self=, index=0)
465 else:
466 if self.animation_enabled:
467 self.animated.stop_animation_for_attribute('visible_range_start')
468 self.visible_range_start = visible_range_start
469
self =
self.animated =
self.animated.stop_animation_for_attribute undefined

/usr/lib/python2.6/site-packages/pgm/timing/implicit.py in __getattr__(self=
, attribute='stop_animation_for_attribute')
351
352 else:
353 return getattr(self._object, attribute)
354
355 def is_animated(self, attribute = None):
builtingetattr =
self =
self._object =
attribute = 'stop_animation_for_attribute'
: 'SectionMenuList' object has no attribute 'stop_animation_for_attribute'
__class__ =
__delattr__ =
__dict__ = {}
__doc__ = 'Attribute not found.'
__format__ =
__getattribute__ =
__getitem__ =
__getslice__ =
__hash__ =
__init__ =
__new__ =
__reduce__ =
__reduce_ex__ =
__repr__ =
__setattr__ =
__setstate__ =
__sizeof__ =
__str__ =
__subclasshook__ =
__unicode__ =
args = ("'SectionMenuList' object has no attribute 'stop_animation_for_attribute'",)
message = "'SectionMenuList' object has no attribute 'stop_animation_for_attribute'"

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.6/site-packages/elisa/plugins/poblesec/sections_menu.py", line 151, in _renderer
widget.menu.set_model(controller.model)
File "/usr/lib/python2.6/site-packages/elisa/plugins/pigment/widgets/list.py", line 182, in set_model
self.selected_item_index = 0
File "/usr/lib/python2.6/site-packages/elisa/plugins/pigment/widgets/list.py", line 467, in selected_item_index__set
self.animated.stop_animation_for_attribute('visible_range_start')
File "/usr/lib/python2.6/site-packages/pgm/timing/implicit.py", line 353, in __getattr__
return getattr(self._object, attribute)
AttributeError: 'SectionMenuList' object has no attribute 'stop_animation_for_attribute'

WARN MainThread application ago 02 18:19:19 An Traceback occurred and got saved to /home/frank/tmp/elisa_PCjAPI.txt (elisa/core/application.py:340)

Python 2.6.1: /usr/bin/python
Sun Aug 2 18:19:19 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.6/site-packages/elisa/plugins/poblesec/sections_menu.py in _renderer(self=, controller=, widget=)
149 dfr = self.frontend.load_from_theme(controller.icon, widget.image)
150 widget.caption.label = controller.label.upper()
151 widget.menu.set_model(controller.model)
152 widget.menu.set_renderer(controller.renderer)
153
widget =
widget.menu =
widget.menu.set_model = >
controller =
controller.model = []

/usr/lib/python2.6/site-packages/elisa/plugins/pigment/widgets/list.py in set_model(self=, model=[])
180 # no item from self.model was selected, select the first one by default
181 if self.selected_item_index == -1 and len(self.model) > 0:
182 self.selected_item_index = 0
183
184 def set_renderer(self, renderer):
self =
self.selected_item_index = 0

/usr/lib/python2.6/site-packages/elisa/plugins/pigment/widgets/list.py in selected_item_index__set(self=, index=0)
465 else:
466 if self.animation_enabled:
467 self.animated.stop_animation_for_attribute('visible_range_start')
468 self.visible_range_start = visible_range_start
469
self =
self.animated =
self.animated.stop_animation_for_attribute undefined

/usr/lib/python2.6/site-packages/pgm/timing/implicit.py in __getattr__(self=
, attribute='stop_animation_for_attribute')
351
352 else:
353 return getattr(self._object, attribute)
354
355 def is_animated(self, attribute = None):
builtingetattr =
self =
self._object =
attribute = 'stop_animation_for_attribute'
: 'SectionMenuList' object has no attribute 'stop_animation_for_attribute'
__class__ =
__delattr__ =
__dict__ = {}
__doc__ = 'Attribute not found.'
__format__ =
__getattribute__ =
__getitem__ =
__getslice__ =
__hash__ =
__init__ =
__new__ =
__reduce__ =
__reduce_ex__ =
__repr__ =
__setattr__ =
__setstate__ =
__sizeof__ =
__str__ =
__subclasshook__ =
__unicode__ =
args = ("'SectionMenuList' object has no attribute 'stop_animation_for_attribute'",)
message = "'SectionMenuList' object has no attribute 'stop_animation_for_attribute'"

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.6/site-packages/elisa/plugins/poblesec/sections_menu.py", line 151, in _renderer
widget.menu.set_model(controller.model)
File "/usr/lib/python2.6/site-packages/elisa/plugins/pigment/widgets/list.py", line 182, in set_model
self.selected_item_index = 0
File "/usr/lib/python2.6/site-packages/elisa/plugins/pigment/widgets/list.py", line 467, in selected_item_index__set
self.animated.stop_animation_for_attribute('visible_range_start')
File "/usr/lib/python2.6/site-packages/pgm/timing/implicit.py", line 353, in __getattr__
return getattr(self._object, attribute)
AttributeError: 'SectionMenuList' object has no attribute 'stop_animation_for_attribute'

WARN MainThread application ago 02 18:19:19 An Traceback occurred and got saved to /home/frank/tmp/elisa_c2tPbF.txt (elisa/core/application.py:340)

Python 2.6.1: /usr/bin/python
Sun Aug 2 18:19:19 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.6/site-packages/elisa/plugins/poblesec/sections_menu.py in _renderer(self=, controller=, widget=)
149 dfr = self.frontend.load_from_theme(controller.icon, widget.image)
150 widget.caption.label = controller.label.upper()
151 widget.menu.set_model(controller.model)
152 widget.menu.set_renderer(controller.renderer)
153
widget =
widget.menu =
widget.menu.set_model = >
controller =
controller.model = []

/usr/lib/python2.6/site-packages/elisa/plugins/pigment/widgets/list.py in set_model(self=, model=[])
180 # no item from self.model was selected, select the first one by default
181 if self.selected_item_index == -1 and len(self.model) > 0:
182 self.selected_item_index = 0
183
184 def set_renderer(self, renderer):
self =
self.selected_item_index = 0

/usr/lib/python2.6/site-packages/elisa/plugins/pigment/widgets/list.py in selected_item_index__set(self=, index=0)
465 else:
466 if self.animation_enabled:
467 self.animated.stop_animation_for_attribute('visible_range_start')
468 self.visible_range_start = visible_range_start
469
self =
self.animated =
self.animated.stop_animation_for_attribute undefined

/usr/lib/python2.6/site-packages/pgm/timing/implicit.py in __getattr__(self=
, attribute='stop_animation_for_attribute')
351
352 else:
353 return getattr(self._object, attribute)
354
355 def is_animated(self, attribute = None):
builtingetattr =
self =
self._object =
attribute = 'stop_animation_for_attribute'
: 'SectionMenuList' object has no attribute 'stop_animation_for_attribute'
__class__ =
__delattr__ =
__dict__ = {}
__doc__ = 'Attribute not found.'
__format__ =
__getattribute__ =
__getitem__ =
__getslice__ =
__hash__ =
__init__ =
__new__ =
__reduce__ =
__reduce_ex__ =
__repr__ =
__setattr__ =
__setstate__ =
__sizeof__ =
__str__ =
__subclasshook__ =
__unicode__ =
args = ("'SectionMenuList' object has no attribute 'stop_animation_for_attribute'",)
message = "'SectionMenuList' object has no attribute 'stop_animation_for_attribute'"

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.6/site-packages/elisa/plugins/poblesec/sections_menu.py", line 151, in _renderer
widget.menu.set_model(controller.model)
File "/usr/lib/python2.6/site-packages/elisa/plugins/pigment/widgets/list.py", line 182, in set_model
self.selected_item_index = 0
File "/usr/lib/python2.6/site-packages/elisa/plugins/pigment/widgets/list.py", line 467, in selected_item_index__set
self.animated.stop_animation_for_attribute('visible_range_start')
File "/usr/lib/python2.6/site-packages/pgm/timing/implicit.py", line 353, in __getattr__
return getattr(self._object, attribute)
AttributeError: 'SectionMenuList' object has no attribute 'stop_animation_for_attribute'

WARN MainThread application ago 02 18:19:19 An Traceback occurred and got saved to /home/frank/tmp/elisa_IwEA5c.txt (elisa/core/application.py:340)

Python 2.6.1: /usr/bin/python
Sun Aug 2 18:19:19 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.6/site-packages/elisa/plugins/poblesec/sections_menu.py in _renderer(self=, controller=, widget=)
149 dfr = self.frontend.load_from_theme(controller.icon, widget.image)
150 widget.caption.label = controller.label.upper()
151 widget.menu.set_model(controller.model)
152 widget.menu.set_renderer(controller.renderer)
153
widget =
widget.menu =
widget.menu.set_model = >
controller =
controller.model = []

/usr/lib/python2.6/site-packages/elisa/plugins/pigment/widgets/list.py in set_model(self=, model=[])
180 # no item from self.model was selected, select the first one by default
181 if self.selected_item_index == -1 and len(self.model) > 0:
182 self.selected_item_index = 0
183
184 def set_renderer(self, renderer):
self =
self.selected_item_index = 0

/usr/lib/python2.6/site-packages/elisa/plugins/pigment/widgets/list.py in selected_item_index__set(self=, index=0)
465 else:
466 if self.animation_enabled:
467 self.animated.stop_animation_for_attribute('visible_range_start')
468 self.visible_range_start = visible_range_start
469
self =
self.animated =
self.animated.stop_animation_for_attribute undefined

/usr/lib/python2.6/site-packages/pgm/timing/implicit.py in __getattr__(self=
, attribute='stop_animation_for_attribute')
351
352 else:
353 return getattr(self._object, attribute)
354
355 def is_animated(self, attribute = None):
builtingetattr =
self =
self._object =
attribute = 'stop_animation_for_attribute'
: 'SectionMenuList' object has no attribute 'stop_animation_for_attribute'
__class__ =
__delattr__ =
__dict__ = {}
__doc__ = 'Attribute not found.'
__format__ =
__getattribute__ =
__getitem__ =
__getslice__ =
__hash__ =
__init__ =
__new__ =
__reduce__ =
__reduce_ex__ =
__repr__ =
__setattr__ =
__setstate__ =
__sizeof__ =
__str__ =
__subclasshook__ =
__unicode__ =
args = ("'SectionMenuList' object has no attribute 'stop_animation_for_attribute'",)
message = "'SectionMenuList' object has no attribute 'stop_animation_for_attribute'"

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.6/site-packages/elisa/plugins/poblesec/sections_menu.py", line 151, in _renderer
widget.menu.set_model(controller.model)
File "/usr/lib/python2.6/site-packages/elisa/plugins/pigment/widgets/list.py", line 182, in set_model
self.selected_item_index = 0
File "/usr/lib/python2.6/site-packages/elisa/plugins/pigment/widgets/list.py", line 467, in selected_item_index__set
self.animated.stop_animation_for_attribute('visible_range_start')
File "/usr/lib/python2.6/site-packages/pgm/timing/implicit.py", line 353, in __getattr__
return getattr(self._object, attribute)
AttributeError: 'SectionMenuList' object has no attribute 'stop_animation_for_attribute'

WARN MainThread application ago 02 18:19:19 An Traceback occurred and got saved to /home/frank/tmp/elisa_konkZ0.txt (elisa/core/application.py:340)

Python 2.6.1: /usr/bin/python
Sun Aug 2 18:19:19 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.6/site-packages/elisa/plugins/poblesec/sections_menu.py in _renderer(self=, controller=, widget=)
149 dfr = self.frontend.load_from_theme(controller.icon, widget.image)
150 widget.caption.label = controller.label.upper()
151 widget.menu.set_model(controller.model)
152 widget.menu.set_renderer(controller.renderer)
153
widget =
widget.menu =
widget.menu.set_model = >
controller =
controller.model = []

/usr/lib/python2.6/site-packages/elisa/plugins/pigment/widgets/list.py in set_model(self=, model=[])
180 # no item from self.model was selected, select the first one by default
181 if self.selected_item_index == -1 and len(self.model) > 0:
182 self.selected_item_index = 0
183
184 def set_renderer(self, renderer):
self =
self.selected_item_index = 0

/usr/lib/python2.6/site-packages/elisa/plugins/pigment/widgets/list.py in selected_item_index__set(self=, index=0)
465 else:
466 if self.animation_enabled:
467 self.animated.stop_animation_for_attribute('visible_range_start')
468 self.visible_range_start = visible_range_start
469
self =
self.animated =
self.animated.stop_animation_for_attribute undefined

/usr/lib/python2.6/site-packages/pgm/timing/implicit.py in __getattr__(self=
, attribute='stop_animation_for_attribute')
351
352 else:
353 return getattr(self._object, attribute)
354
355 def is_animated(self, attribute = None):
builtingetattr =
self =
self._object =
attribute = 'stop_animation_for_attribute'
: 'SectionMenuList' object has no attribute 'stop_animation_for_attribute'
__class__ =
__delattr__ =
__dict__ = {}
__doc__ = 'Attribute not found.'
__format__ =
per '__getattribute__' of exceptions.AttributeError object at 0xb30f0dec>
__getitem__ =
__getslice__ =
__hash__ =
__init__ =
__new__ =
__reduce__ =
__reduce_ex__ =
__repr__ =
__setattr__ =
__setstate__ =
__sizeof__ =
__str__ =
__subclasshook__ =
__unicode__ =
args = ("'SectionMenuList' object has no attribute 'stop_animation_for_attribute'",)
message = "'SectionMenuList' object has no attribute 'stop_animation_for_attribute'"

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.6/site-packages/elisa/plugins/poblesec/sections_menu.py", line 151, in _renderer
widget.menu.set_model(controller.model)
File "/usr/lib/python2.6/site-packages/elisa/plugins/pigment/widgets/list.py", line 182, in set_model
self.selected_item_index = 0
File "/usr/lib/python2.6/site-packages/elisa/plugins/pigment/widgets/list.py", line 467, in selected_item_index__set
self.animated.stop_animation_for_attribute('visible_range_start')
File "/usr/lib/python2.6/site-packages/pgm/timing/implicit.py", line 353, in __getattr__
return getattr(self._object, attribute)
AttributeError: 'SectionMenuList' object has no attribute 'stop_animation_for_attribute'

WARN MainThread application ago 02 18:19:19 An Traceback occurred and got saved to /home/frank/tmp/elisa_t1lzVZ.txt (elisa/core/application.py:340)

Python 2.6.1: /usr/bin/python
Sun Aug 2 18:19:19 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.6/site-packages/elisa/plugins/poblesec/sections_menu.py in _renderer(self=, controller=, widget=)
149 dfr = self.frontend.load_from_theme(controller.icon, widget.image)
150 widget.caption.label = controller.label.upper()
151 widget.menu.set_model(controller.model)
152 widget.menu.set_renderer(controller.renderer)
153
widget =
widget.menu =
widget.menu.set_model = >
controller =
controller.model = []

/usr/lib/python2.6/site-packages/elisa/plugins/pigment/widgets/list.py in set_model(self=, model=[])
180 # no item from self.model was selected, select the first one by default
181 if self.selected_item_index == -1 and len(self.model) > 0:
182 self.selected_item_index = 0
183
184 def set_renderer(self, renderer):
self =
self.selected_item_index = 0

/usr/lib/python2.6/site-packages/elisa/plugins/pigment/widgets/list.py in selected_item_index__set(self=, index=0)
465 else:
466 if self.animation_enabled:
467 self.animated.stop_animation_for_attribute('visible_range_start')
468 self.visible_range_start = visible_range_start
469
self =
self.animated =
self.animated.stop_animation_for_attribute undefined

/usr/lib/python2.6/site-packages/pgm/timing/implicit.py in __getattr__(self=
, attribute='stop_animation_for_attribute')
351
352 else:
353 return getattr(self._object, attribute)
354
355 def is_animated(self, attribute = None):
builtingetattr =
self =
self._object =
attribute = 'stop_animation_for_attribute'
: 'SectionMenuList' object has no attribute 'stop_animation_for_attribute'
__class__ =
__delattr__ =
__dict__ = {}
__doc__ = 'Attribute not found.'
__format__ =
__getattribute__ =
__getitem__ =
__getslice__ =
__hash__ =
__init__ =
__new__ =
__reduce__ =
__reduce_ex__ =
__repr__ =
__setattr__ =
__setstate__ =
__sizeof__ =
__str__ =
__subclasshook__ =
__unicode__ =
args = ("'SectionMenuList' object has no attribute 'stop_animation_for_attribute'",)
message = "'SectionMenuList' object has no attribute 'stop_animation_for_attribute'"

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.6/site-packages/elisa/plugins/poblesec/sections_menu.py", line 151, in _renderer
widget.menu.set_model(controller.model)
File "/usr/lib/python2.6/site-packages/elisa/plugins/pigment/widgets/list.py", line 182, in set_model
self.selected_item_index = 0
File "/usr/lib/python2.6/site-packages/elisa/plugins/pigment/widgets/list.py", line 467, in selected_item_index__set
self.animated.stop_animation_for_attribute('visible_range_start')
File "/usr/lib/python2.6/site-packages/pgm/timing/implicit.py", line 353, in __getattr__
return getattr(self._object, attribute)
AttributeError: 'SectionMenuList' object has no attribute 'stop_animation_for_attribute'

WARN MainThread application ago 02 18:19:19 An Traceback occurred and got saved to /home/frank/tmp/elisa_98aRVS.txt (elisa/core/application.py:340)

Python 2.6.1: /usr/bin/python
Sun Aug 2 18:19:19 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.6/site-packages/elisa/plugins/poblesec/sections_menu.py in _renderer(self=, controller=, widget=)
149 dfr = self.frontend.load_from_theme(controller.icon, widget.image)
150 widget.caption.label = controller.label.upper()
151 widget.menu.set_model(controller.model)
152 widget.menu.set_renderer(controller.renderer)
153
widget =
widget.menu =
widget.menu.set_model = >
controller =
controller.model = []

/usr/lib/python2.6/site-packages/elisa/plugins/pigment/widgets/list.py in set_model(self=, model=[])
180 # no item from self.model was selected, select the first one by default
181 if self.selected_item_index == -1 and len(self.model) > 0:
182 self.selected_item_index = 0
183
184 def set_renderer(self, renderer):
self =
self.selected_item_index = 0

/usr/lib/python2.6/site-packages/elisa/plugins/pigment/widgets/list.py in selected_item_index__set(self=, index=0)
465 else:
466 if self.animation_enabled:
467 self.animated.stop_animation_for_attribute('visible_range_start')
468 self.visible_range_start = visible_range_start
469
self =
self.animated =
self.animated.stop_animation_for_attribute undefined

/usr/lib/python2.6/site-packages/pgm/timing/implicit.py in __getattr__(self=
, attribute='stop_animation_for_attribute')
351
352 else:
353 return getattr(self._object, attribute)
354
355 def is_animated(self, attribute = None):
builtingetattr =
self =
self._object =
attribute = 'stop_animation_for_attribute'
: 'SectionMenuList' object has no attribute 'stop_animation_for_attribute'
__class__ =
__delattr__ =
__dict__ = {}
__doc__ = 'Attribute not found.'
__format__ =
__getattribute__ =
__getitem__ =
__getslice__ =
__hash__ =
__init__ =
__new__ =
__reduce__ =
__reduce_ex__ =
__repr__ =
__setattr__ =
__setstate__ =
__sizeof__ =
__str__ =
__subclasshook__ =
__unicode__ =
args = ("'SectionMenuList' object has no attribute 'stop_animation_for_attribute'",)
message = "'SectionMenuList' object has no attribute 'stop_animation_for_attribute'"

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.6/site-packages/elisa/plugins/poblesec/sections_menu.py", line 151, in _renderer
widget.menu.set_model(controller.model)
File "/usr/lib/python2.6/site-packages/elisa/plugins/pigment/widgets/list.py", line 182, in set_model
self.selected_item_index = 0
File "/usr/lib/python2.6/site-packages/elisa/plugins/pigment/widgets/list.py", line 467, in selected_item_index__set
self.animated.stop_animation_for_attribute('visible_range_start')
File "/usr/lib/python2.6/site-packages/pgm/timing/implicit.py", line 353, in __getattr__
return getattr(self._object, attribute)
AttributeError: 'SectionMenuList' object has no attribute 'stop_animation_for_attribute'

==> at https://login.yahoo.com/config/login?.src=flickr&.pc=5134&.scrumb=0&.pd=c%3DE0.GahOp2e4MjkX.5l2HgAoL...
Note: submit is using submit button: name=".save", value="Entrar"

Traceback (most recent call last):
File "/usr/lib/python2.6/site-packages/twisted/internet/defer.py", line 630, in gotResult
_deferGenerator(g, deferred)
File "/usr/lib/python2.6/site-packages/twisted/internet/defer.py", line 607, in _deferGenerator
deferred.callback(result)
File "/usr/lib/python2.6/site-packages/twisted/internet/defer.py", line 243, in callback
self._startRunCallbacks(result)
File "/usr/lib/python2.6/site-packages/twisted/internet/defer.py", line 312, in _startRunCallbacks
self._runCallbacks()
--- ---
File "/usr/lib/python2.6/site-packages/twisted/internet/defer.py", line 328, in _runCallbacks
self.result = callback(self.result, *args, **kw)
File "/usr/lib/python2.6/site-packages/elisa/plugins/flickr/resource_provider.py", line 272, in response_read
raise ValueError('%s: %s' %(err_code, err_msg))
exceptions.ValueError: 108: Invalid frob

WARN MainThread flickr_resource_provider ago 02 18:19:23 Login to Flickr failed. Full output at /home/frank/tmp/elisa_IPhKl2.txt (elisa/plugins/flickr/resource_provider.py:90)



Gravatar de tarkin88

# 87445 olvide mencionar que uso kde

olvide mencionar que uso kde 4.2 en caso que eso afecte, y que elisa cneter me funciona bien



Gravatar de ersolan

# 90087 a mi elissa media center no

a mi elissa media center no me funciona bien, es un desastre aunque me muestra los iconos pero moovida solo muestra una ventana y nada mas, seguro que todo es por kde. Lo probaré con gnome o lxde a ver que sucede y regreso.



Gravatar de lrbasurto

# 90094 No conocia ese programa

Pero lo instale y jala.

Es lento:
mi compu es un phenome II 3X con 4GB en RAM y dos en Swap, escritorio Gnome, compiz-fussion todo sobre mandriva 2009.1 y la verdad se arrastra para cambiar de una pantalla a otra.

No me despliega marcos ni lo siento muy pulido, pero si jala.

Borra el que tienes, cambia los repos e instala de nuevo

Luis Roberto Basurto Seguin
lrbasurto(arroba)gmail(punto)com
http://s1.gladiatus.com.mx/game/c.php?uid=41786

"Si tu cuerpo pide alcohol, sexo, lujuria, bajas pasiones, dáselo porque lo necesita...
Si no lo pide, oblígalo... porque él no puede andar haciendo lo que le de gana"

Luis Roberto Basurto Seguin
lrbasurto(arroba)gmail(punto)com

Opciones de visualización de comentarios

Seleccione la forma que desee de mostrar los comentarios y haga clic en «Guardar opciones» para activar los cambios.