Open nils-werner opened 5 years ago
I got the same issue... and could only work around it launching the script with pgzrun:
pgzrun supersprint.py
Alternatively I could make it run with:
python3 supersprint.py
...Only after performing these changes in the script:
Adding (before the first image.load(...) call):
pygame.init()
pygame.display.init()
pygame.display.set_mode((1024, 768))
...and ending the script with:
import pgzrun
pgzrun.go()
After adding the line
to work around issue #2 I get the following traceback
After installing pgzero I have the following libraries installed: