python - EasyGui diropenbox() give error 'module' object has no attribute 'askdirectory' -
i have python script calling easygui. script worked fine on previous computer. have new computer , trying upgrade script not error easygui. here offending code.
indir = diropenbox("set input directory of geo-tagged images. directory store output kml file.")
here error message.
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'
why code throw error? note-earlier in code call easygui textbox , works believe installation fine. python 2.7 windows 7 easygui_0.98.1-py2.py3-none.any.whl installed.
removing easygui 0.98 , installing 0.97 fixed problem.
Comments
Post a Comment