画像読み込みでエラー
C:/Users/〇〇〇/Desktop/PythonTest/ああああ.jpg
Exception in Tkinter callback
Traceback (most recent call last):
File "C:\Users\〇〇〇\anaconda3\lib\tkinter_init_.py", line 1892, in call
return self.func(*args)
File "C:\Users\〇〇〇\Desktop\0MeasureJudge.py", line 1728, in
exitButton = tk.Button(win,text="画像を読込",command = lambda:openImg(1))
AttributeError: 'NoneType' object has no attribute 'shape'
結論。
読み込もうとした画像ファイル名が日本語のためエラー。