Anybody can give me a tutorial of package PyQt5 for distribution?<br>Especially code with qml...<br>In fact my pyqt5 executable app take following error:<br>module "QtQuick" is not installed <br>module "QtQuick.Controls" is not installed <br>module "QtQuick.Window" is not installed<br><br>I search solutions online but no same case (PyInstaller).<br>Which tools do you use to package pyqt5?<br>Or a link of tutorial which fix this?<br>I wanna use python to make app but can't distribute it (executable).<br>