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

[pygame] os.environ



Hi,
The line:

os.environ['SDL_VIDEO_CENTERED'] = '1'

...worked when I had Python 2.4, but not with 2.5.  That's really annoying.  I liked having all my windows perfectly centered.  Why does it not work?

Ian