I have made an apps on Linux and now I try to launch it on Windows.
I have installed Python 3.6 and pyqt5 (pip.exe install pyqt5 => PyQt5-5.11.2-5.11.1-cp35.cp36.cp37.cp38-none-win32.whl).
I have this error : ModuleNotFoundError: No module named 'PyQt5.QtWebEngineWidgets'
I am trying since a few hours to fix the problem but I do not find a solution.
It seems the module is in the pyqt installer from the website but this installer does not exist for python 3.6.
I am completely stuck now, anybody has an idea ?
Thank you.