[Pyenchant-users] list dict lists too much dictionaries
Brought to you by:
rynklly
From: Benny M. <ben...@gm...> - 2009-03-05 11:51:19
|
Hi, the list languages of enchant shows here: >>> import enchant >>> enchant.list_languages() ['tr', 'en', 'en_CA', 'en_GB', 'en_US', 'en_AU', 'nl', 'nl_NL', 'en_ZA'] I don't have turkish (tr) installed though. Using gtkspell with that value gives: ** (gramps.py:13323): CRITICAL **: enchant_dict_free_string_list: assertion `string_list' failed Is this a bug? Also, I believe en_ZA is not really a different dict of the other english on my box. Is there a way to know if some are duplicates? Benny |