Slide 4
Slide 4 text
Chatで段階を踏んで実装していく (1)
「Pythonでウィンドウに画像ファイルをドラッグアンド
ドロップして表示させる。」→ エラー
「AttributeError: 'Frame' object has no attribute
'drop_target_register'」→ エラー修正OK
「画像を縦横比を保ったまま拡大縮小してウインドウ
いっぱいに表示させる。」 → エラー
「AttributeError: module 'PIL.Image' has no
attribute 'ANTIALIAS'」→ エラー修正OK