Traceback occurs in rev 5514

32 views
Skip to first unread message

Viktor Ransmayr

unread,
Nov 25, 2012, 11:35:04 AM11/25/12
to leo-e...@googlegroups.com
Hello Edward,

Having pulled the latest revision of Leo I'm seeing the following traceback during startup

<log>

Leo Log Window
Leo 4.11 devel, build 5514, 2012-11-25 17:23:22
Python 3.2.2, qt version 4.8.0
Windows 6, 1, 7601, 2, Service Pack 1
leoID=VR20100603 (in D:\Users\Viktor Ransmayr\.leo)
load dir: D:\Branches\leo-editor\leo\core
global config dir: D:\Branches\leo-editor\leo\config
home dir: D:\Users\Viktor Ransmayr
reading settings in D:\Branches\leo-editor\leo\config\leoSettings.leo
reading settings in D:\Users\Viktor Ransmayr\.leo\myLeoSettings.leo
reading settings in D:\Users\Viktor Ransmayr\Documents\WL2012.leo
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
reading: D:\Users\Viktor Ransmayr\Documents\WL2012.leo

</log>

With kind regards,

Viktor

redla

unread,
Nov 25, 2012, 1:19:58 PM11/25/12
to leo-e...@googlegroups.com
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

Viktor Ransmayr

unread,
Nov 25, 2012, 3:47:52 PM11/25/12
to leo-e...@googlegroups.com
Hello Radim

Am Sonntag, 25. November 2012 19:19:58 UTC+1 schrieb redla:

<stuff deleted>

 
just open leo/plugins/quicksearch.py and change
... the fix is (again) rather simple:
import threadutil
(at line 78) to
from leo.plugins import threadutil

thanks for your quick response & fix !

Viktor

Edward K. Ream

unread,
Nov 26, 2012, 10:42:02 AM11/26/12
to leo-e...@googlegroups.com


On Sunday, November 25, 2012 12:19:58 PM UTC-6, redla wrote:


... 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

This fix is on the trunk at rev 5515

Edward
Reply all
Reply to author
Forward
0 new messages