Menu

#9 Error in "Performance" tab

open
chengsun
None
5
2011-08-08
2011-08-08
No

OS: Windows XP
Version: trunk

Memory usage statistics are empty.

Traceback (most recent call last):
File "C:\openxenmanager\pygtk_chart\chart.py", line 152, in _cb_expose_event
self.draw(self.context)
File "C:\openxenmanager\pygtk_chart\line_chart.py", line 391, in draw
self._range_calc.prepare_tics(rect, self.xaxis, self.yaxis)
File "C:\openxenmanager\pygtk_chart\line_chart.py", line 227, in prepare_tics
self._cached_xtics = self._get_xtics(rect, xaxis, yaxis)
File "C:\openxenmanager\pygtk_chart\line_chart.py", line 238, in _get_xtics
(zx, zy) = self.get_absolute_zero(rect, xaxis, yaxis)
File "C:\openxenmanager\pygtk_chart\line_chart.py", line 209, in get_absolute_
zero
yfactor = float(rect.height * (1 - 2 * GRAPH_PADDING)) / (yrange[1] - yrange
[0])
ZeroDivisionError: float division by zero

Discussion

  • Denis Konchekov

    Denis Konchekov - 2011-08-08
    • summary: Error if "Performance" tab --> Error in "Performance" tab
     
  • chengsun

    chengsun - 2011-08-08
    • assigned_to: nobody --> chengsun
     

Log in to post a comment.