Re: [pygame] Window position

2008-11-02 Thread Lenard Lindstrom

Luca wrote:

Hi all.

There is a way to open a game window at the center of the screen and
not in the topleft corner? I can't find any APIs related to window
position...

Thanks!

  

For future reference this question is answered in the Pygame FAQ:

http://www.pygame.org/wiki/FrequentlyAskedQuestions

--
Lenard Lindstrom
<[EMAIL PROTECTED]>



Re: [pygame] Window position

2008-11-02 Thread Lenard Lindstrom

Jake b wrote:

I guess that means in the SDL docs, if not in pygame docs.

  
It's not an official SDL feature, so it subject to change. But it has 
around long enough it will probably stay.


--
Lenard Lindstrom
<[EMAIL PROTECTED]>



Re: [pygame] Installing pygame on Mac OS X

2008-11-02 Thread Brian Fisher
On Sun, Nov 2, 2008 at 11:59 AM, Bill Coderre <[EMAIL PROTECTED]> wrote:

> The install instructions on the web page were slightly confusing to me.
>
> Which instructions exactly are the confusing ones?

The only ones I'm aware of are here:
http://pygame.org/download.shtml
under the Mac OS X section


[pygame] Installing pygame on Mac OS X

2008-11-02 Thread Bill Coderre

The install instructions on the web page were slightly confusing to me.

Turns out that all you need is three simple things:
a) The latest Python 2.5.x installer from python.org
(Currently, pygame will not install with Python 2.6 or newer.)
b) pygame's installer
c) pyobjc's installer


So for Mac OS X, the current pygame install instructions that seem to  
work today:

1) Install http://www.python.org/ftp/python/2.5.2/python-2.5.2-macosx.dmg
2) Install http://www.pygame.org/ftp/pygame-1.8.1release-py2.5-macosx10.5.zip
3) Install http://www.pygame.org/ftp/pyobjc-1.4-py2.5-macosx10.4.mpkg.zip

I installed this with 10.5.5 and it was completely fast and painless.  
Kudos to the people that packaged all this up and daspork for  
clarifying.