Comment 1 for bug 363382

Revision history for this message
Steve Dodier-Lazaro (sidi) wrote : Re: "Send to the calculator" doesn't work in 0.5

Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/wxbanker/transactionolv.py", line 192, in <lambda>
    menu.Bind(wx.EVT_MENU, lambda e, s=actionStr: self.onCalculatorAction(transactions, col, s), source=item)
  File "/usr/lib/python2.5/site-packages/wxbanker/transactionolv.py", line 240, in onCalculatorAction
    pushStr = {'SEND': 'C%s', 'SUBTRACT': '-%s=', 'ADD': '+%s='}[command]
KeyError: 'ENVOYER'

(python:26052): Gtk-WARNING **: /build/buildd/gtk+2.0-2.14.4/gtk/gtkwidget.c:9042: widget class `GtkPizza' has no property named `row-ending-details'

See here :
KeyError: 'ENVOYER' , envoyer means SEND in french. I suppose you parse the string and use this as a key, which would cause the problem.