That sounds like you're using the old pygame... not the new one(1.8.0rc3)?
On Feb 12, 2008 1:36 PM, Ian Mallett <[EMAIL PROTECTED]> wrote: > On Feb 11, 2008 6:33 PM, Brian Fisher <[EMAIL PROTECTED]> wrote: > > > For issues like these that may be related to a particular version of SDL, > you can print: > > pygame.base.get_sdl_version() > > > I get "(1, 2, 7)". > > > to find out what SDL version your pygame is using. > > So Ian, > > what do you mean "It works, but it sure isn't centered"? > The Pygame window opens, but it isn't centered. I didn't try setting the > window position. > Ian >