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

Re: [pygame] Setting Initial Screen Position



Lenard Lindstrom wrote:
Ian Mallett wrote:
Opps. 2.5. What is different about python 2.5 as opposed to 2.4 that makes this not work?
There's no big difference between 2.4 and 2.5 except for Win64, where Python 2.5 should actually build properly. Screen positioning is handled by SDL, not the Python interpreter or the Pygame extension modules. And the identical SDL DLL is used for both Python versions.

Actually I was too quick to make the claim that the Python 2.4 and 2.5 versions of Pygame 1.7.1 use the same SDL DLL. I don't know the history of either build, so they could very easily be using different builds of the dependencies. But this need not be. First, just to be sure, you did install the Python 2.5 version of Pygame. Second, if you still have the Python 2.4 directory somewhere try copying all the .dll files from the 2.4 pygame package into the 2.5 one.

--
Lenard Lindstrom
<len-l@xxxxxxxxx>