How can we report the issue? Thanks
On Sat, Jul 20, 2019 at 12:53 PM Daniel Foerster <pydsig...@gmail.com> wrote: > I'm getting the same error on Windows 10 with this wheel: > pygame-2.0.0.dev3-cp37-cp37m-win32.whl > > The cdrom module still appears in the documentation and source code so I > wonder if this is a distribution issue? > > — Daniel > > On Sat, Jul 20, 2019 at 11:30 AM Go Peppy <peppy.pla...@gmail.com> wrote: > >> Hi, >> >> I'm trying to use pygame 2.0.0.dev3 on the latest Raspbian Buster: >> >>> import pygame.cdrom >> pygame 2.0.0.dev3 (SDL 2.0.9, python 3.7.3) >> Hello from the pygame community. https://www.pygame.org/contribute.html >> Traceback (most recent call last): >> File "<stdin>", line 1, in <module> >> ModuleNotFoundError: No module named 'pygame.cdrom' >> >> What could be the reason? Was that package moved or renamed? >> Thanks in advance! >> >