- Windows 8 64 bit
- Python 3.4.3
- Pygame-1.9.2a0.win32-py3.4
I'm in the process of trying to install Pygame now. This computer has two hard-drives, and I'm not sure if that means anything, but when I try and install Pygame it defaults to my D:\ drive. Python itself is installed on my C:\ drive however. this is what I see when I try to install Pygame and this is what I think I should see when I install it (right?). That is a screenshot from a video tutorial I was following.
So, I've copied all the files from the pygame folder to where it should installed, which are C:\Python34\Lib\site-packages and C:\Python34\include. Instead of getting the usual import error, I now get this error. I've looked at a bunch of similar problems and they all said that the problem probably is the PYTHONPATH. So I've gone to the environment variables > system variables and clicked New. Variable name = PYTHONPATH and Variable_Value = C:\Python34\Lib\site-packages\pygame; Is this right?
When I type import sys --> print (sys.path), pygame does show up, but I still get an error.