前提・実現したいこと
pygameのライブラリで画像を表示するソースコードを打つとエラーが発生する。
発生している問題・エラーメッセージ
C:\Users\kaito\python\game\画面設定>python 背景.py pygame 1.9.4 Hello from the pygame community. https://www.pygame.org/contribute.html Traceback (most recent call last): File "背景.py", line 27, in <module> main() File "背景.py", line 10, in main bg=pygame.image.load('Pictures/gasshu.jpg') pygame.error: Couldn't open Pictures/gasshu.jpg
該当のソースコード
python:エラー
1import pygame 2from pygame.locals import * 3import sys 4 5def main(): 6 pygame.init() 7 screen=pygame.display.set_mode((500,637)) 8 pygame.display.set_caption('Pygame Test') 9 bg=pygame.image.load('Pictures/gasshu.jpg') 10 rext_bg=bg.get_rect() 11 12 while(True): 13 screen.fill((0,0,0,0)) 14 screen.blit(bg,rect_bg) 15 pygame.time.wait(30) 16 pygame.display.update() 17 18 for event in pygame.event.get(): 19 if event.tyape==QUIT: 20 pygame.quit() 21 sys.exit() 22 if event.type==KEYDOWN: 23 pygame.quit() 24 sys.exit() 25if __name__ == '__main__': 26 main() 27
。
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。