[Tutor] plz help

Adam adam.jtm30 at gmail.com
Fri Apr 14 21:56:32 CEST 2006


> John Brokaw <john.brokaw at gmail.com> wrote:
>  Date: Thu, 13 Apr 2006 13:07:23 -0400
> From: "John Brokaw" <john.brokaw at gmail.com>
> To: "David Holland" <davholla2002 at yahoo.co.uk>
> Subject: Re: Show us some code
>
>
> Sure...
> >>> import pygame, sys,os
> >>> from pygame.locals import *
> >>> pygame.init()
> (6,0)
> >>>window = pygame.display.set_mode((468, 60))
> I have also did it in real-time and attached pics of the proccess hope this
> helps.


Have you tried pygame.display.quit()? It looks to me like it is
working ok because idle has displayed another >>>. Try that command to
shut down the pygame window.


More information about the Tutor mailing list