verwandt: python

tutorial: http://rene.f0o.com/mywiki/PythonGameProgramming

performance tips: http://www.pygame.org/docs/tut/newbieguide.html

page: http://www.pygame.org

setup auf debian

damit setup funzt, und auch lame erkennt wird.

in setup.py

inc_hunt = '/usr/include/lame/'

und bei DEPS

lame-3.95.* zu lame-3.96.*

dann

  -  python setup.py build

und

  -  python setup.py install

quell: http://indashpc.org/vbullettin/viewtopic.php?t=228

setup auf gentoo

  - install sdl
emerge sdl
emerge pygame
  - PIL python image library
emerge imaging

Personal Tools