executing this python code (doesn't matter if python 2 or 3) having 1 internal DVD drive and one external usb drive connected. I can access both drives from linux but only the internal is found by pygame. Am I doing something wrong?
Python 3.8.2 (default, Apr 13 2020, 05:57:30)
[GCC 9.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import pygame
pygame 1.9.6
Hello from the pygame community. https://www.pygame.org /contribute.html
>>> pygame.cdrom.init()
>>> pygame.cdrom.get_count()
1
>>>