We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
please help I am trying to run it but shows me this message 'No module named pygame'.
The text was updated successfully, but these errors were encountered:
just go to python/scripts folder, open a command window to this path, type the following:
C:\python34\scripts> python -m pip install pygame And To test it, open python IDE and type
C:\python34\scripts> python -m pip install pygame
import pygame print (pygame.ver)
import pygame
print (pygame.ver)
Sorry, something went wrong.
Probably pygame library was not installed. Try typing " pip install pygame " in your python terminal
No branches or pull requests
please help I am trying to run it but shows me this message 'No module named pygame'.
The text was updated successfully, but these errors were encountered: