pygame.error: video system not initialized

后端 未结 8 1219
情深已故
情深已故 2020-12-11 05:42

so I get this error when I try to run my pygame code: pygame.error: video system not initialized

i specify where the wing IDE tells me it is in the code below

8条回答
  •  温柔的废话
    2020-12-11 06:26

    1 this problem happens when you using a beta version.

    2 so my suggestion is please use the new, old version(If now lunch 3.8 python, you need to install python 3.7)

    3 Now goto python terminal and install pygame (pip install pygame)

    4 now the problem is solved...

提交回复
热议问题