I have downloaded pygame:
C:\>pip3 install pygame --user
Requirement already satisfied: pygame in c:\users\mpenn\appdata\local\programs\python\python38-32\lib\site-packages (2.0.0.dev8)
And I have python 3.8.3:
C:\>py
Python 3.8.3 (tags/v3.8.3:6f8c832, May 13 2020, 22:20:19) [MSC v.1925 32 bit (Intel)] on win32
But when I try to import pygame in my "Wing Personal 7" IDE, I get the error:
builtins.ModuleNotFoundError: No module named 'pygame'
This has only started happening since I updated python to 3.8.3 yesterday.