Which version of Pygame, Python? Dependencies?

Added by Jordan Applewhite 173 days ago

Hey Jozzas. I didn't see the requisite version of Python or Pygame mentioned in the README. Apparently it needs win32api. Are there any other dependencies?


Replies

RE: Which version of Pygame, Python? Dependencies? - Added by John Lyon 173 days ago

I was experimenting with that to try and sense the current screen resolution in Windows - it shouldn't be an external dependency. I haven't tested that so it may be the completely wrong way to be going about it.

In terms of versions,

*Python should be >= 2.6.2
Pygame should be >= 1.8.1*

If there are any issues with people using versions different to these (e.g. newer releases) then we'll standardise on a specific version but for now it shouldn't matter, as long as it's python 2.X.

RE: Which version of Pygame, Python? Dependencies? - Added by John Lyon 173 days ago

Oh, and I'll make sure this sort of thing is added to the README. Cheers.