Re:
error importing plugin: leo.plugins.quicksearch
Traceback (most recent call last):
File "D:\Branches\leo-editor\leo\core\leoPlugins.py", line 556, in
loadOnePlugin
toplevel = __import__(moduleName)
File "D:\Branches\leo-editor\leo\plugins\quicksearch.py", line 78, in
<module>
import threadutil
ImportError: No module named threadutil
loadOnePlugin: can not load enabled plugin: leo.plugins.quicksearch
... the fix is (again) rather simple:
just open leo/plugins/quicksearch.py and change
import threadutil
(at line 78) to
from leo.plugins import threadutil
At least that works for me,
Radim
--
You received this message because you are subscribed to the Google Groups
"leo-editor" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/leo-editor/-/YYLJofn8PxQJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/leo-editor?hl=en.