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

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



OK, created new issue:
https://github.com/pygame/pygame/issues/1187

It would be very helpful to get that package back as some part of my app was almost completely based on it:
https://github.com/project-owner/Peppy.doc/wiki/CD-Player
https://github.com/project-owner/Peppy.doc/wiki/CD-Browser

It would be a pity to remove or redesign that part.

Thank you!


On Sun, Jul 21, 2019 at 8:52 AM René Dudfield <renesd@xxxxxxxxx> wrote:
Hi,

Please add an issue here: https://github.com/pygame/pygame/issues

SDL 2 doesn't support cdrom anymore.
Maybe we can copy it in from SDL1 if there is enough demand (or a volunteer).


cheers,



On Sun, Jul 21, 2019 at 5:09 PM Go Peppy <peppy.player@xxxxxxxxx> wrote:
How can we report the issue?

Thanks

On Sat, Jul 20, 2019 at 12:53 PM Daniel Foerster <pydsigner@xxxxxxxxx> 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.player@xxxxxxxxx> 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!