로그인 바로가기 하위 메뉴 바로가기 본문 바로가기

파이썬 (Python) 으로 배우는 프로그래밍 기초 (CS101)

임시 이미지 KAIST 전산학부 김문주 교수 KOOC (KAIST Open Online Course)
http://www.edwith.org/cs101/forum/5213
좋아요 2966 수강생 11720

Traceback (most recent call last):
File "<pyshell#2>", line 1, in <module>
from cs1robots import *
File "C:\Users\drink\AppData\Local\Programs\Python\Python36-32\lib\cs1robots.py", line 33, in <module>
from PIL import Image as _Image
ModuleNotFoundError: No module named 'PIL'