<html><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><br class=""><div><br class=""><blockquote type="cite" class=""><div class="">On 22 Nov 2018, at 09:25, Anton Kustov <<a href="mailto:anton.kustov@banuba.com" class="">anton.kustov@banuba.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class="">Compiled application failed to run with next output:<div class=""><div style="margin: 0px; white-space: pre-wrap;" class=""><span style="color:rgb(255,102,102)" class="">  File ":/subprocess.py", line 128, in <module></span></div><div style="margin: 0px; white-space: pre-wrap;" class=""><span style="color:rgb(255,102,102)" class="">  File "bootstrap.py", line 971, in _find_and_load</span></div><div style="margin: 0px; white-space: pre-wrap;" class=""><span style="color:rgb(255,102,102)" class="">  File "bootstrap.py", line 953, in _find_and_load_unlocked</span></div><div style="margin: 0px; white-space: pre-wrap;" class=""><span style="color:rgb(255,102,102)" class="">ModuleNotFoundError: No module named '_winapi'</span></div><div style="margin: 0px; white-space: pre-wrap;" class=""><span style="color:rgb(255,102,102)" class=""><br class=""></span></div>My environment:</div><div class="">host and target: win-64</div><div class="">PyQt5_gpl-5.10.1.tar.gz<br class=""></div><div class="">Qt5 installed version is 5.10.1 with msvc2017 amd64<br class=""></div><div class="">Python-3.6.7.tar.xz<br class=""></div><div class="">sip-4.19.8.tar.gz</div><div class="">pyqtdeploy 2.3</div><div class=""><br class=""></div><div class="">What am I missing?</div></div></div></blockquote><div><br class=""></div><div>I'm guessing you built your own python and did not use the build option to add _winapi as a builtin module.</div><div><br class=""></div><div>A <a href="http://python.org" class="">python.org</a> python 3.6 for windows 10 has that module as a built in.</div><div><br class=""></div><div>Barry</div><div><br class=""></div></div></body></html>