Program works fine in other Windows and Raspberry Pi (debian?) using pygame 1.? Using Python 3.8 and pygame 2.0.1 Statement is:
pygame.image.save(window, fnm)
where fnm is fnm = "Pic" + str(int(rs1)) +".png" eg Pic240.png
Response is : pygame.error: Couldn't open Pic240.png
Presumably the problem is in pygame 2 Can I use pygame 1 in python 3.8?