I was following the NotBook Tutorial
I create a Dialog, create any kind of obiect, when I
try to select a different Font (type and/or size) it
accetps selection but on OK click I receive a Key Error 77.
This is the detail of the error:
18:50:57: KeyError: 77Traceback (most recent call
last):
18:50:57: KeyError: 77 File
"/usr/lib/python2.3/site-packages/boa/PropEdit/PropertyEditors.py",
line 1374, in edit
18:50:57: self.inspectorPost(false)
18:50:57: File
"/usr/lib/python2.3/site-packages/boa/PropEdit/PropertyEditors.py",
line 144, in inspectorPost
18:50:57: self.persistValue(self.valueAsExpr())
18:50:57: File
"/usr/lib/python2.3/site-packages/boa/PropEdit/PropertyEditors.py",
line 1380, in valueAsExpr
18:50:57: return 'wxFont(%d, %s, %s, %s, %s,
%s)'%(\
18:50:57: KeyError: 77
any hint ?