What steps will reproduce the problem?
1. Created a new macro
2. worked on it and saved it a few times
3. typed a partially finished line (had a syntax error)
4. saved it
Traceback (most recent call last):
File
"//usr/local/lib/wxPython-unicode-2.8.9.2/lib/python2.5/site-packages/wx-2.8-mac
-unicode/wx/_core.py",
line 14574, in <lambda>
lambda event: event.callable(*event.args, **event.kw) )
File
"/Users/codyprecord/Desktop/devel/Editra/plugins/editra-plugins/trunk/MacroLaunc
her/MacroLauncher/mbrowser.py",
line 476, in UpdateMacroBrowserByOne
self.UpdateList(filter = filter_value)
File
"/Users/codyprecord/Desktop/devel/Editra/plugins/editra-plugins/trunk/MacroLaunc
her/MacroLauncher/mbrowser.py",
line 562, in UpdateList
self._listctrl.AddEntries(macrodata)
File
"/Users/codyprecord/Desktop/devel/Editra/plugins/editra-plugins/trunk/MacroLaunc
her/MacroLauncher/mbrowser.py",
line 1244, in AddEntries
self._log("[err] %s" % msg)
AttributeError: 'CustomListCtrl' object has no attribute '_log'
Original issue reported on code.google.com by CodyPrec...@gmail.com on 24 May 2009 at 3:09
Original issue reported on code.google.com by
CodyPrec...@gmail.com
on 24 May 2009 at 3:09