with nodetags.py active I get the following on Leo startup: hook failed: after-create-leo-frame, , leo.plugins.nodetags Traceback (most recent call last): File "/var/fetching/leo-editor/leo/core/leoPlugins.py", line 357, in callTagHandler result = handler(tag,keywords) File "/var/fetching/leo-editor/leo/plugins/nodetags.py", line 83, in onCreate theTagController = TagController(c) File "/var/fetching/leo-editor/leo/plugins/nodetags.py", line 94, in __init__ self.initialize_taglist() File "/var/fetching/leo-editor/leo/plugins/nodetags.py", line 103, in initialize_taglist for tag in self.get_tags(p): File "/var/fetching/leo-editor/leo/plugins/nodetags.py", line 133, in get_tags tags = p.v.unknownAttributes.get(self.TAG_LIST_KEY, set([])) AttributeError: 'VNode' object has no attribute 'unknownAttributes'
On Mon, Aug 4, 2014 at 1:03 PM, Jacob Peck <[email protected]> wrote: > You'd need the latest version of Leo, from github: > > https://github.com/leo-editor/leo-editor/archive/master.zip > > > On 8/4/2014 1:29 PM, [email protected] wrote: > > Jake, could you please provide the link for downloading nodetags.py? > I googled "commit b9a764c59de263fbdb47969f1d318759b955c442" but got no > luck... > > > -- > You received this message because you are subscribed to the Google Groups > "leo-editor" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/leo-editor. > For more options, visit https://groups.google.com/d/optout. > > > -- > You received this message because you are subscribed to the Google Groups > "leo-editor" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/leo-editor. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/leo-editor. For more options, visit https://groups.google.com/d/optout.
