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.
Does anyone have a solution?
Anh Đức is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.