View Single Post
Posts: 3,617 | Thanked: 2,412 times | Joined on Nov 2009 @ Cambridge, UK
#121
Originally Posted by xxxxts View Post
I get this error before crashing (PR 1.3);

Traceback (most recent call last):
File "/opt/AutoCompleteEditor/AutoCompleteEditor.py", line 45, in _cmd_run_gui
w.loadData()
File "/opt/AutoCompleteEditor/ACE_gui.py", line 429, in loadData
langName = self._getLangName(langId)
AttributeError: 'NoneType' object has no attribute 'lower'

I really miss this - how do I get it working again???
I've just uploaded a new version which should fix this error. It suggests that your dictionary is using an unrecognised language though, so I think you'll still get an error message - this one should provide the necessary information for me to add in the new language data though.