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

Re: [pygame] Setting Initial Screen Position



if you are getting (1,2,7)  for the sdl version you probably want to also print:

pygame.__version__

and

sys.version

from the same script that you print pygame.base.get_sdl_version() from - it's possible you are running from a different install of python...

On Feb 11, 2008 8:10 PM, Ian Mallett <geometrian@xxxxxxxxx> wrote:
Yes.  It gives that.  I'll reinstall it, too.