Relative Content

Tag Archive for module

I have a py file that uses the wx module but an error occurs even though I have deleted and reinstalled this module

C:UsersAdministratorDesktop>python apk.py
Traceback (most recent call last):
File “C:UsersAdministratorDesktopapk.py”, line 3, in
import wx
File “C:UsersAdministratorAppDataLocalProgramsPythonPython311Libsite-packageswx_init_.py”, line 17, in
from wx.core import *
File “C:UsersAdministratorAppDataLocalProgramsPythonPython311Libsite-packageswxcore.py”, line 12, in
from ._core import *
ImportError: DLL load failed while importing _core: The specified module could not be found.