Pygame in VSCode : learnpython
www.reddit.com › comments › ej29d21. level 1. TStratosphere. · 2y. I had the same issue with the linter, “pygame has no init or QUIT member”. I tried the stack-overflow solution posted above and that didn’t work for me, so I just turned off the linter in vsc settings. Everything runs fine although I still wish the linter was on. 1.
VS Code Pygame issue : pygame
www.reddit.com › r › pygameMar 07, 2010 · Hi, I'm relatively new to python, I was trying the pygame module but there were errors saying "pygame has no init member" and "pygame has no QUIT member". However, pygame.display.set_mode had no issues at all.