Good catch, I have to improve error handling. You don't have Whoosh installed, install it:
easy_install Whoosh On Sun, Mar 11, 2012 at 10:25 AM, lewis <[email protected]> wrote: > Immediately after alt-x global-search, the Leo search window opens and > I get this traceback: > > Leo Log Window > Leo 4.9.1 devel, build 5113, 2012-03-11 17:04:29 > Python 3.2.3, qt version 4.8.0 > Windows 6, 1, 7601, 2, Service Pack 1 > Traceback (most recent call last): > File "C:\Python32\Lib\site-packages\leo-editor\leo\plugins > \qtGui.py", line 8657, in eventFilter > > ret = k.masterKeyHandler(event) > > File "C:\Python32\Lib\site-packages\leo-editor\leo\core\leoKeys.py", > line 2893, in masterKeyHandler > > done,val = k.doMode(event,state,stroke) > > File "C:\Python32\Lib\site-packages\leo-editor\leo\core\leoKeys.py", > line 2971, in doMode > > val = k.callStateFunction(event) # Calls end-command. > > File "C:\Python32\Lib\site-packages\leo-editor\leo\core\leoKeys.py", > line 2945, in callStateFunction > > val = k.state.handler(event) > > File "C:\Python32\Lib\site-packages\leo-editor\leo\core\leoKeys.py", > line 2033, in fullCommand > > k.callAltXFunction(k.mb_event) > > File "C:\Python32\Lib\site-packages\leo-editor\leo\core\leoKeys.py", > line 2079, in callAltXFunction > > func(event) > > File "C:\Python32\Lib\site-packages\leo-editor\leo\core > \leoCommands.py", line 1086, in minibufferCallback > > retval = function(keywords) > > File "C:\Python32\Lib\site-packages\leo-editor\leo\plugins > \bigdash.py", line 61, in global_search_f > > leofts.init() > > AttributeError > : > 'NoneType' object has no attribute 'init' > [end] > > Regards > Lewis > > -- > You received this message because you are subscribed to the Google Groups > "leo-editor" group. > 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. > -- You received this message because you are subscribed to the Google Groups "leo-editor" group. 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.
