First beta of python and pygame for the GP2X console.

Installation:
    Copy the python folder to the root of your SD card

Running:
    I've included some very small test programs to get you started.
    
    You should launch your pygame programs with a script like:

        PYTHONHOME=/mnt/sd/python
        export PYTHONHOME

        LD_LIBRARY_PATH=${PYTHONHOME}/extras:${LD_LIBRARY_PATH}
        export LD_LIBRARY_PATH


        /mnt/sd/python/python /mnt/sd/mygame/mygame.py > /mnt/sd/mygame_output.txt 2>&1

        cd /usr/gp2x
        ./gp2xmenu

Known Issues:
   * multiple copies of libs - will be trimmed later
   * joystick reports events as buttons, not axis

More Info:
    http://www.pygame.org

Contact:
    IRC:     theoddbot and illume in #gp2x on EFNet 
    E-Mail:  pygame2x@oddsoftware.net
