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

Re: [pygame] Some problem with WinXP Home and PyGame 1.7.1



If I recall correctly, you can't have an interpreted session of pygame unless you type really fast, because XP thinks your app has locked up and helpfully does stuff for you...
 Can we see your app code? or a simple version that still causes the problem?

On 10/28/06, Tomasz Primke <tprimke@xxxxxxxxxx> wrote:
> Try this:
>
> import sys, pygame
> from pygame.locals import *
>
> pygame.init()
> ...

The same problem. (BTW - I'm running it all from the command line.)