0 Members and 1 Guest are viewing this topic.
Traceback (most recent call last): File "C:\Users\Gebruiker\Downloads\pong.py", line 189, in <module> main() File "C:\Users\Gebruiker\Downloads\pong.py", line 182, in main moveStuff() File "C:\Users\Gebruiker\Downloads\pong.py", line 148, in moveStuff ball.move() File "C:\Users\Gebruiker\Downloads\pong.py", line 76, in move quit() File "C:\Users\Gebruiker\Downloads\pong.py", line 11, in quit sys.exit()SystemExit
I assume it should run with Python 2.7 with the pygame library installed obviously. And it does. It doesn't run in Python 3 though.