Back

ModuleNotFoundError: No module named 'pygame'

Created 4 years ago
305 Views
1 Comments
MDDILSHADHASSAN
@MDDILSHADHASSAN
MDDILSHADHASSAN
@MDDILSHADHASSANProfile is locked. Login

i have written the code in python idle ..but while run the code this above error is showing

but while installimg the pygame i have already import the pygame module

Traceback (most recent call last):

File "F:/game guvi/snake.py", line 1, in <module>

import pygame,sys,os

ModuleNotFoundError: No module named 'pygame'

Comments
Please login to comment.