1차시에 깔라고 한 파일, 2차시 깔라고 된 폴더 등을 모두 Lib 폴더에 복사해 넣었습니다.
아무리 "from cs1robots import *"를 치고 엔터를 쳐봐도 아래와 같은 빨간 글씨만 나옵니다.
Traceback (most recent call last):
File "<pyshell#2>", line 1, in <module>
from cs1robots import *
File "C:\Users\TG\AppData\Local\Programs\Python\Python38\lib\cs1robots.py", line 33, in <module>
from PIL import Image as _Image
ModuleNotFoundError: No module named 'PIL'
무엇이 문제인지 알려주시면 감사하겠습니다.
실습을 할 수가 없습니다. 눈으로만보고 실습하고 있습니다.
comment