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

Re: [pygame] display initialization problems



Looks like I wasn't paying enough attention to my error message.  I expected the error to be somewhere it wasnt because I waS too focused on the function being called rather then the result produced.  The error message was being produced because there was no mouse plugged into the system.

On Tue, Jan 11, 2005 at 02:51:26AM -0800, Jeremy Etherton wrote:
> Python 2.3.4 (#53, May 25 2004, 21:17:02) [MSC v.1200 32 bit (Intel)] on win32
> Type "help", "copyright", "credits" or "license" for more information.>>> import pygame
> >>> pygame.display.init()
> Traceback (most recent call last):
>   File "<stdin>", line 1, in ?
> pygame.error: DirectInput::CreateDevice: Device not registered
> >>>