1

I'm currently using Python v3.7.3 32bit on win32. I cannot figure out how to install the Pygame module.

Whenever I import pygame it shows me this error: ModuleNotFoundError: No module named 'pygame'

I searched for different tutorials on YouTube, but they end up confusing me! It would help me out if there is a step-by-step process to installing this module. Thanks!

Santosh Aryal
  • 1,276
  • 1
  • 18
  • 41
txpixel
  • 11
  • 4
  • 2
    Does this answer your question? [ImportError: No module named 'pygame'](https://stackoverflow.com/questions/18317521/importerror-no-module-named-pygame) – anasmi Dec 28 '19 at 10:56
  • standard method `pip install pygame`. If you have two Python installed then you may install `PyGame` in one Python but import in other Python. Then you can use `python -m pip install pygame` to install in python which you use to run `python game.py` – furas Dec 28 '19 at 12:46

0 Answers0