Closed DoctorMikeReddy closed 3 years ago
Samples from here https://github.com/Wireframe-Magazine/Code-the-Classics
Using Python 3.8.10
I think this is unfortunately due to PyGame switching the supported music codecs that they include in wheel files. I've been able to play a .ogg file on Linux in the past week, is this on Windows?
Yes, Windows 10 (latest version)
I have installed 3.8.6 on my Alienware and theme.ogg in the music folder works again. Must be an interaction between python 3.8.10 and Pygame 2.0.1
Pygame devs have been putting effort into build automation and bug hunting so that the music codecs are correctly installed in wheels now. I think this can be closed.
Here's the pygame issue about it. I have just seen this occur on someone else's machine, on a new installation of Pygame and pgzero. https://github.com/pygame/pygame/issues/2739
theme.ogg for the Code-The-Classics games works with pgzero 1.2 an Pygame 1.9.6 but will not work for 1.2.1 (which also requires pygame 2 or better)