Comment 7 for bug 96441

Revision history for this message
Laszlo Pandy (laszlok) wrote :

Thanks Daniel, but your traceback is missing the last line, and the last line is the most important. :)

Since I just fixed a bug like that i'm pretty sure this is the one you meant:
Traceback (most recent call last):
  File "/var/lib/python-support/python2.5/Jokosher/EventViewer.py", line 205, in OnDraw
    self.DrawWaveform(event.area)
  File "/var/lib/python-support/python2.5/Jokosher/EventViewer.py", line 391, in DrawWaveform
    context.line_to(x, rect.height)
UnboundLocalError: local variable 'x' referenced before assignment

It is fixed in trunk (bug 261858), and I will be releasing 0.10.1 later tonight so you can upload the fix to Intrepid before the beta freeze.