globalrev schrieb:
import pygamepygame.mixer.music.load(example1.mp3) pygame.mixer.music.play(loops=1, start=0.0) Traceback (most recent call last): File "C:\Python25\myPrograms\pygameProgs\musicexp.py", line 3, in <module> pygame.mixer.music.load(example1.mp3) NameError: name 'example1' is not defined example1 is in the same directory as the script
http://docs.python.org/tut/node5.html#SECTION005120000000000000000 Diez -- http://mail.python.org/mailman/listinfo/python-list