so I have python 3.61
I installed Pygame 1.9.3-cp27-cp27m-win_amd64.whl, which I opened with 7zip and extracted to lib/site-packages/. and I got the error
Traceback (most recent call last): File "", line 1, in import pygame File "C:\Users\my name\AppData\Local\Programs\Python\Python36\lib\site-packages\pygame__init__.py", line 141, in from pygame.base import * ImportError: DLL load failed: The specified module could not be found.
I'm running 64 bit python, used the latest available updates of both python and pygame, and I'm pretty confident I extracted it to the correct place. Where did I go wrong?