Python Forum

Full Version: Import error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am getting an import error, when I import any python module and library

The following error shown by IDE-

from pygame.base import * # pylint: disable=wildcard-import; lgtm[py/polluting-import]
Import error: DLL load failed while importing base

Additional Information-
Python version - 3.9