Sean
2011-03-18 17:55:36 UTC
Traceback (most recent call last):
File "
import pygame
ImportError: No module named pygame
so then I manually moved each file to the right place and now I type in import pygame and get-
Traceback (most recent call last):
File "
import pygame
File "C:\Python27\lib\site-packages\pygame\__init__.py", line 95, in
from pygame.base import *
ImportError: DLL load failed: The specified module could not be found.
Please tell me what to do. And also dont tell me to uninstall it and reinstall the same one becuase i have done that a couple of times.
Thanks!