Python Forum
Import error - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Import error (/thread-31058.html)



Import error - Beingcode - Nov-20-2020

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