Closed jjnilton closed 7 years ago
I suppose 14.04 has a too old Python version. allow_abbrev
is a relatively recent feature.
Please upgrade Python.
@bharadwaj-raju that's right. Seems allow_abbrev
is available from Python 3.5, and the version available in the Ubuntu repository is 3.4.2. Maybe it could be listed as a requirement.
$ python3 --version
Python 3.4.3
Thanks!
I'll update the README or better: just add a try
-except
clause to it.
Fixed as of commit 5548e2870198.
I'm trying to use TextSuggest in a different system now, the OS is Lubuntu 14.04, but when I try to use the
textsuggest
command I always get the error below: