我正在尝试运行命令d = enchant.Dict('en_US'),但收到错误消息"enchant.errors.DictNotFoundError: Dictionary for language 'en_US' could not be found"
我已经运行了命令sudo yum install aspell -en,并尝试设置参数路径"enchant.set_param("enchant.aspell.dictionary.path","/usr/lib64/aspell-0.60")"
当一个新的GPS坐标出现时,我在主干视图上使用这个函数: // this function runs every time we get a valid GPS fix // here I have some preparation code, like getting "position"
this.map.panTo(position.coords.latlng); },
然后,在