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

[pygame] cdrom problem



hi all, the following code with version 1.6:

import pygame 

pygame.cdrom.init()
cd = pygame.cdrom.CD(0)
cd.init()

gives me "Cannot initialize device". 
Any hints?