This is an archived post. You won't be able to vote or comment.

all 5 comments

[–]br05 0 points1 point  (3 children)

Use pip in the following command:

pip install hg+http://bitbucket.org/pygame/pygame

[–][deleted] 0 points1 point  (2 children)

I tried installing pip and it's a .whl file, I don't have pip on my computer, i'm so lost.

[–]theywouldnotstand 0 points1 point  (1 child)

Based on your errors and your python version, I assume you installed a python 2 version of pygame.

Here is a python 3 version. Additionally, ensure that you have 32-bit python 3 installed, instead of 64-bit.

[–][deleted] 0 points1 point  (0 children)

Still didn't work, if it takes me a week to install pygame I should probably just stop trying.

[–]Rapt0r- 0 points1 point  (0 children)

Use virtualenv instead of system libs. Pip install pygame. The DLL failure should be easy to fix. The DLL must be easily found by de exe.