[pygame] pygame.error: Cannot set 0 sized display mode

2012-10-14 Thread Peter Chant
Hello, I have a python application that I have written with pygame that used to work fine. However, on upgrading to slackware 14 I get the following error: pygame.error: Cannot set 0 sized display mode Slackware uses SDL 1.2.14 - so I cannot see why I am getting that error. The offending

Re: [pygame] pygame.error: Cannot set 0 sized display mode

2012-10-14 Thread Al Sweigart
hey Pete, It might be a change for with a different version of Pygame. I never thought that passing (0, 0) for the resolution would work. I suppose before it was using a default resolution for you. (Though the fullscreen mode stretches the display sometimes, if you give it a small resolution. I'm