When I choose to run the code, I get an error message saying:
Traceback (most recent call last):
  File "C:/Users/MarkKenny/Desktop/GamTut.py", line 4, in <module>
    import pygame, sys
  File "C:\Python33\lib\site-packages\pygame\__init__.py", line 127, in <module>
    from pygame.base import *
ImportError: DLL load failed: %1 is not a valid Win32 application."
>>> 
I'm using Python 3.3.4 64bit and using the latest available version of Pygame.
All suggestions/answers would be extremely appreciated.
 
     
    