我有一个调用easygui的Python脚本。这个脚本在我以前的电脑上工作正常。我有一台新电脑,我正在尝试升级我的脚本但不是我从easygui得到错误。 这是违规代码。
inDir = diropenbox("Set to the input directory of geo-tagged images. This directory will also store the output KML file.")
以下是错误消息。
PYTHON ERRORS:
Traceback info:
File "C:\gTemp\GeotaggedImagesToKMLandCSVforLiNUXandiOS\GeotaggedImage2KML_CSV.py", line 150, in <module>
inDir = diropenbox()
Error Info:
'module' object has no attribute 'askdirectory'
为什么代码现在会抛出此错误?注意 - 在代码的早期我调用easygui文本框,这是有效的,所以我相信安装很好。 Python 2.7 Windows 7的 安装了easygui_0.98.1-py2.py3-none.any.whl。
答案 0 :(得分:0)
删除easygui 0.98并安装0.97修复了问题。