I seem to be having problems installing pygame. I found the unofficial binary's from idf.uci.edu but they are whl files and i have no ways of extracting such files. Can somebody link me to a .exe file or tell me how to extract a whl file
Thanks
I seem to be having problems installing pygame. I found the unofficial binary's from idf.uci.edu but they are whl files and i have no ways of extracting such files. Can somebody link me to a .exe file or tell me how to extract a whl file
Thanks
found solution
1) 7zip unzips the whl file. Place pygame folder in the lib folder
2) Alternatively place the whl file in the scripts folder. From command line navigate to the scripts folder and run "pip install and the file name" press enter and away it installs
test)
type import pygame in idle - no errors, no problems.
Guide to install .wlh: https://pip.pypa.io/en/latest/user_guide.html#installing-from-wheels
The exe files: pygame-1.9.2a0.win-amd64-py3.4.exe (onedrive)