On Feb 20, 2006, at 11:49 AM, altern wrote:

> In a few weeks I will be giving some Python lectures and I am checking
> how to support students running Tiger. I don't run Tiger yet so I
> haven't gone trough the process of getting it to run on that system.
>
> In the workshop I would need to explain the students how to install it
> but also how to install properly packages such as pyOpenGL and pygame.
>
> I was wondering if following the instructions on this page
> http://bill.janssen.org/mac/new-macpython-page.html
> and downloading from the macpython packages download section the right
> packages for Tiger is enough or if there is anything else to  
> configure.

Those instructions are sufficient.  You can grab PyOpenGL and pygame  
from http://pythonmac.org/packages/ -- the Python 2.4 packages are  
easy to find since they're first.

I think you'll need the following packages in order to properly  
bootstrap pygame:

        Numeric
        numarray
        PIL
        PyObjC
        PyOpenGL
        pygame

-bob

_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig

Reply via email to