Na ja hin und wieder sagt es mir das hier: Traceback (most recent call last):
File "/Developer/Python/pygame/Examples/__movie_test.py", line 2, in <module>
import pygame
File "/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/pygame/__init__.py", line 37, in <module>
_check_darwin()
File "/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/pygame/__init__.py", line 34, in _check_darwin
raise ImportError("PyObjC 1.2 or later is required to use pygame on Mac OS X.
http://pygame.org/wiki/PyObjC")
ImportError: PyObjC 1.2 or later is required to use pygame on Mac OS X.
http://pygame.org/wiki/PyObjC
Meistens aber sagt es mir einfach das: Traceback (most recent call last):
File "/Users/DGK/Desktop/pygame.py", line 1, in <module>
import pygame
File "/Users/DGK/Desktop/pygame.py", line 2, in <module>
pygame.init()
AttributeError: 'module' object has no attribute 'init'
Ich bin wirklich langsam verzweifelt, ich habe keine Ahnung warum es nicht funktioniert, ich würde so gerne die Sprache fertig lernen
