http://inventwithpython.com/chapter17.html

여기서 공부중입니다


Traceback (most recent call last):

  File "C:\Users\길동\Desktop\hellow.py", line 19, in <module>

    basicFont = pygame.font.SysFont(None, 48)

  File "C:\Users\길동\AppData\Local\Programs\Python\Python36\lib\site-packages\pygame\sysfont.py", line 320, in SysFont

    return constructor(fontname, size, set_bold, set_italic)

  File "C:\Users\길동\AppData\Local\Programs\Python\Python36\lib\site-packages\pygame\sysfont.py", line 243, in font_constructor

    font = pygame.font.Font(fontpath, size)

OSError: unable to read font file 'C:\Users\길동\AppData\Local\Programs\Python\Python36\lib\site-packages\pygame\freesansbold.ttf'



이 오류 뜨면서 안먹히는데 

basicFont = pygame.font.SysFont(None, 48) 이 명령어가 안먹히는거 같은데 해결방법좀 알려주세요