bonjour je suis debutante j’ai un souci de chemin d’acces a un ficher qui se trouve dans un composant en react.js
Failed to compile.
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.