I usually use nts in cli mode so i didn't notice this until now, but
when I run n.pyw and search for an expression in the path (^P) or just
any word (^F), I get the following:
$ n.pyw
Traceback (most recent call last):
File
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/nts-80-py2.7.egg/nts/ntsWX.py",
line 758, in OnOptChar
self.OnEnter(event)
File
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/nts-80-py2.7.egg/nts/ntsWX.py",
line 803, in OnEnter
local_filters = get_filters(local_options)
File
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/nts-80-py2.7.egg/nts/ntsData.py",
line 617, in get_filters
if tag[0] == '!':
IndexError: string index out of range
This is with python 2.7.1 and wxPython 2.8.12.1 (mac-unicode). At first
I thought it was because I had installed the unicode build, but the same
happens with the ansi build.
I can search anything without problem in n.py.
Best wishes,
Alex
JOhn