[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[pygame] pygame.cdrom not found (pygame 2.0.0.dev3)



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!