Re: [pygame] Help configuring Pygame on OS X Leopard

2007-12-02 Thread Casey Duncan
On Dec 2, 2007, at 12:23 PM, Richard Jones wrote: On Sun, 2 Dec 2007, Casey Duncan wrote: You can use fink (http://finkproject.org/) to install pygame with python 2.5. It's also handy for installing other libraries you might want (PIL, pyrex, ode, py2app, etc.). I would be wary of installing

Re: [pygame] Help configuring Pygame on OS X Leopard

2007-12-02 Thread Unnsse Khan
That's exactly what I think might have happened to me... (1) I installed all the available modules from: http://pythonmac.org/packages/py25-fat/index.html (2) These files installed the modules in separate places under: /Developer/Python (3) When I ran the shell and tried to import pygame: Fa

Re: [pygame] Help configuring Pygame on OS X Leopard

2007-12-02 Thread Richard Jones
On Sun, 2 Dec 2007, Casey Duncan wrote: > You can use fink (http://finkproject.org/) to install pygame with > python 2.5. It's also handy for installing other libraries you might > want (PIL, pyrex, ode, py2app, etc.). I would be wary of installing one of those parallel packaging systems. I did s

Re: [pygame] Help configuring Pygame on OS X Leopard

2007-12-01 Thread Casey Duncan
On Dec 1, 2007, at 8:12 PM, Brian Fisher wrote: On Dec 1, 2007 7:10 PM, Unnsse Khan <[EMAIL PROTECTED]> wrote: Installed Pygame by installing the following files located at: http://pythonmac.org/packages/py25-fat/index.html There isn't a pygame package for python 2.5 at that page... I am no

Re: [pygame] Help configuring Pygame on OS X Leopard

2007-12-01 Thread Brian Fisher
On Dec 1, 2007 7:10 PM, Unnsse Khan <[EMAIL PROTECTED]> wrote: > When I ran this program, I receive the following error message: > > Traceback (most recent call last): >File "/Users/untz/DevResources/Python/pygame_helloworld/hello.py", > line 3, in > import pygame > ImportError: No module

Re: [pygame] Help configuring Pygame on OS X Leopard

2007-12-01 Thread Brian Fisher
On Dec 1, 2007 7:10 PM, Unnsse Khan <[EMAIL PROTECTED]> wrote: > Installed Pygame by installing the following files located at: > > http://pythonmac.org/packages/py25-fat/index.html > There isn't a pygame package for python 2.5 at that page... I am not aware of a prebuilt pygame for python 2.5 for

[pygame] Help configuring Pygame on OS X Leopard

2007-12-01 Thread Unnsse Khan
Hello there, I am a Python / Pygame newbie... Installed Pygame by installing the following files located at: http://pythonmac.org/packages/py25-fat/index.html Am running Python 2.5 on OS X Leopard... Copied the following code from Pygame online tutorial: #!/usr/local/bin/python import pygam