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

Re: [pygame] Setting Initial Screen Position



I think this is because the python2.5 pygame uses the newer SDL which
defaults to not using directx.

Are you able to use the pygame 1.8rc3 that Lenard posted for
python2.5, and see if that worked?


cheers,



On Feb 12, 2008 8:14 AM, Lenard Lindstrom <len-l@xxxxxxxxx> 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.
>
> --
> Lenard Lindstrom
> <len-l@xxxxxxxxx>
>
>