I STILL can't get Pygame and PGZero to work. I have read everything I can find about making sure the whl file has correct python version version and bit. I have read the articles about using import pgzrun
at the beginning and pgzrun.go()
at the end of a file. I have tried Python all 64 and 32bit versions 3.9,3.8,3.7, and 3.6. I have tried Pygame 2.0.0 and 2.0.0.dev6. I got a Pgame Zero Window on Pygame 1.9.6 but that is not compatible with PGZero and throws an error cannot convert without pygame.display initialized
.... After re-installing 2.0.1 with correct Python version and bit size, it still will not open a Pygame Zero Window at all. It starts running- I get pygame 2.0.1 (SDL 2.0.14, Python 3.6.7)
and 'Hello from the pygame community...', but then nothing else. Goes back to cmd after a couple seconds. Please help! I definitely think this should work with just CMD and a text editor. I would like to be able to run Mission:Python and make my own games.
UPDATE TO THIS: at home with a simple windows 10 laptop with only a C drive, there is no issue at all. So I figure the issue has to do with the windows server environment with multiple drives. I have tried putting everything on the local drive but still no luck. Has anybody else experience this issue in similar circumstances?