Chargement

Pygame

Pygame est une bibliothèque cross-platform conçue pour rendre plus facile d'écrire des logiciels multimédia, tels que des jeux, en Python. Pygame nécessite le langage Python et la médiathèque SDL. Il peut également faire usage de plusieurs autres bibliothèques populaires.

Extract Python2.5_dingux_bin_v3.zip and copy to "local" folder over your SD-Card.

SDCARD:
local\bin
local\include
local\lib
...

Than copy pygame-1.9.1-dingux-v2.zip to your SD-Card into the following folder:

SDCARD: local\lib\python2.5\site-packages\

should look like:

SDCARD: local\lib\python2.5\site-packages\pygame

You need to export the following to your environment that Python Apps can detect your Python:

export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH

Here is an example how to start a pyGame via Shell script:

barbie.sh

#!/bin/sh
export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH
./run_game.py

sources:
boards.dingoonity.org
assembla.com
pygame.org
fr.wikipedia.org

TELECHARGER

pygame-1.9.1-dingux-v2

Site créé par CeddusGenius.