0

执行此 python 代码(无论是 python 2 还是 3),连接 1 个内部 DVD 驱动器和一个外部 USB 驱动器。我可以从 linux 访问两个驱动器,但 pygame 只能找到内部驱动器。难道我做错了什么?

    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
    >>> 
4

0 回答 0