Re: TypeError: unhashable type: 'Position'

2017-08-11 Thread vitalije


On Friday, August 11, 2017 at 3:54:23 PM UTC+2, zhaohe wang wrote:
>
> run well now,thanks!
>

Thanks for confirmation.
Vitalije 

-- 
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 leo-editor+unsubscr...@googlegroups.com.
To post to this group, send email to leo-editor@googlegroups.com.
Visit this group at https://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/d/optout.


Re: TypeError: unhashable type: 'Position'

2017-08-11 Thread zhaohe wang
run well now,thanks!

在 2017年8月11日星期五 UTC+8下午9:33:29,vitalije写道:
>
> New commit f02eb28 
> 
>  contains 
> some fixes to nodetags.py plugin. Please try it and report if you find any 
> remaining issue.
>
> Vitalije
>

-- 
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 leo-editor+unsubscr...@googlegroups.com.
To post to this group, send email to leo-editor@googlegroups.com.
Visit this group at https://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/d/optout.


Re: TypeError: unhashable type: 'Position'

2017-08-11 Thread vitalije
New commit f02eb28 

 contains 
some fixes to nodetags.py plugin. Please try it and report if you find any 
remaining issue.

Vitalije

-- 
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 leo-editor+unsubscr...@googlegroups.com.
To post to this group, send email to leo-editor@googlegroups.com.
Visit this group at https://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/d/optout.


TypeError: unhashable type: 'Position'

2017-08-11 Thread zhaohe wang
after git pull to version:

Leo 5.5, build 20170811121755, Fri Aug 11 12:17:55 UTC 2017
Git repo info: branch = master, commit = a8c9ffc2700d
Python 2.7.12, PyQt version 4.8.7
linux2
isPython3: False
caching enabled

hook failed: after-create-leo-frame, , 
leo.plugins.nodetags
Traceback (most recent call last):

  File "/home/swot/leo-editor/leo/core/leoPlugins.py", line 341, in 
callTagHandler
result = handler(tag, keywords)

  File "/home/swot/leo-editor/leo/plugins/nodetags.py", line 122, in 
onCreate
theTagController = TagController(c)

  File "/home/swot/leo-editor/leo/plugins/nodetags.py", line 138, in 
__init__
self.ui.update_all()

  File "/home/swot/leo-editor/leo/plugins/nodetags.py", line 396, in 
update_all
self.update_list()

  File "/home/swot/leo-editor/leo/plugins/nodetags.py", line 363, in 
update_list
resultset = set(self.tc.get_tagged_nodes(tags.pop()))

TypeError: unhashable type: 'Position'

-- 
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 leo-editor+unsubscr...@googlegroups.com.
To post to this group, send email to leo-editor@googlegroups.com.
Visit this group at https://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/d/optout.