강의

멘토링

커뮤니티

Inflearn Community Q&A

rlagus06292255's profile image
rlagus06292255

asked

Free Python Lecture (Usage Part 1) - Making a nostalgic arcade game (3 hours)

Environment Settings & Frame

시작을 하기에 앞서...

Written on

·

382

0

1. pygame 설치를 따로 받아야하는건가요?

2. 아니라면 import pygame을 하였을 때

PS C:\Users\rlagu\Desktop\python> & C:/Users/rlagu/AppData/Local/Programs/Python/Python39/python.exe "c:/Users/rlagu/Desktop/파이썬 활용/pygame_basic/1_create_frame.py"   

Traceback (most recent call last):

  File "c:\Users\rlagu\Desktop\파이썬 활용\pygame_basic\1_create_frame.py", line 1, in <module>

ModuleNotFoundError: No module named 'pygame' 

이렇게 나오는데 어떻게 해야하는지 궁금합니다.

 

3. pip install pygame 이라고 치면

pip : 'pip' 용어가 cmdlet, 함수, 스크립트 파일 또는 실행할 수 있는 프로그램 이름으로 인식되지 않습니다. 이름이 정확한지 확인하고 경로가 포함된 경우 경로가 올바른지 검증한

 다음 다시 시도하십시오.

위치 줄:1 문자:1

+ pip install pygame

+ ~~~

    + CategoryInfo          : ObjectNotFound: (pip:String) [], CommandNotFoundException

    + FullyQualifiedErrorId : CommandNotFoundException

이렇게 나오는데 어떻게 해야할지 ..ㅜㅜ

 

 

pygameGUIpython

Answer

This question is waiting for answers
Be the first to answer!
rlagus06292255's profile image
rlagus06292255

asked

Ask a question