← Back to team overview

gnome-zeitgeist team mailing list archive

[Bug 572954] [NEW] Timeline mode doesn't work with Python 2.5

 

Public bug reported:

Traceback (most recent call last):
  File "/home/rainct/Desenvolupament/Python/zeitgeist-project/gnome-activity-journal/src/timeline.py", line 128, in on_render
    self.render_phases(window, widget, x, y, w, h, flags)
  File "/home/rainct/Desenvolupament/Python/zeitgeist-project/gnome-activity-journal/src/timeline.py", line 148, in render_phases
    self.render_text_with_pixbuf(window, widget, x, y, w, h, flags)
  File "/home/rainct/Desenvolupament/Python/zeitgeist-project/gnome-activity-journal/src/timeline.py", line 155, in render_text_with_pixbuf
    x, y = self.render_text(window, widget, x, y, w, h, flags)
  File "/home/rainct/Desenvolupament/Python/zeitgeist-project/gnome-activity-journal/src/timeline.py", line 172, in render_text
    text = text.format(color1.to_string(), color2.to_string())
AttributeError: 'str' object has no attribute 'format'

** Affects: gnome-activity-journal
     Importance: High
         Status: Confirmed

** Changed in: gnome-activity-journal
   Importance: Undecided => High

** Changed in: gnome-activity-journal
       Status: New => Confirmed

-- 
Timeline mode doesn't work with Python 2.5
https://bugs.launchpad.net/bugs/572954
You received this bug notification because you are a member of GNOME
Zeitgeist Team, which is the registrant for GNOME Activity Journal.

Status in GNOME Activity Journal: Confirmed

Bug description:
Traceback (most recent call last):
  File "/home/rainct/Desenvolupament/Python/zeitgeist-project/gnome-activity-journal/src/timeline.py", line 128, in on_render
    self.render_phases(window, widget, x, y, w, h, flags)
  File "/home/rainct/Desenvolupament/Python/zeitgeist-project/gnome-activity-journal/src/timeline.py", line 148, in render_phases
    self.render_text_with_pixbuf(window, widget, x, y, w, h, flags)
  File "/home/rainct/Desenvolupament/Python/zeitgeist-project/gnome-activity-journal/src/timeline.py", line 155, in render_text_with_pixbuf
    x, y = self.render_text(window, widget, x, y, w, h, flags)
  File "/home/rainct/Desenvolupament/Python/zeitgeist-project/gnome-activity-journal/src/timeline.py", line 172, in render_text
    text = text.format(color1.to_string(), color2.to_string())
AttributeError: 'str' object has no attribute 'format'





Follow ups

References