<div dir="ltr"><div><div><div><div>Hi<br><br></div>I'm using pyqtdeploy successfully with static python 3.4.3 and pyqt 5.5.1<br><br></div>now when i try to upgrade to python 3.6.2 and latest pyqtdeploy i get this error<br><br><p style="margin:0px;text-indent:0px">python36.lib(pylifecycle.obj) : error LNK2019: unresolved external symbol _PyWindowsConsoleIO_Type referenced in function _create_stdio</p>
<p style="margin:0px;text-indent:0px">python36.lib(_iomodule.obj) : error LNK2001: unresolved external symbol _PyWindowsConsoleIO_Type</p>
<p style="margin:0px;text-indent:0px">python36.lib(getpathp.obj) : error LNK2019: unresolved external symbol __imp__PathCombineW@12 referenced in function _join</p>
<p style="margin:0px;text-indent:0px">python36.lib(myreadline.obj) : error LNK2019: unresolved external symbol __get_console_type referenced in function _PyOS_StdioReadline</p>
<p style="margin:0px;text-indent:0px">python36.lib(_iomodule.obj) : error LNK2019: unresolved external symbol __PyIO_get_console_type referenced in function __io_open_impl</p>
<p style="margin:0px;text-indent:0px">release\T1.exe : fatal error LNK1120: 4 unresolved externals</p>
<p style="margin:0px;text-indent:0px"><span style="color:rgb(127,0,0)">nmake failed.</span></p><p style="margin:0px;text-indent:0px"><span style="color:rgb(127,0,0)"><br></span></p><p style="margin:0px;text-indent:0px"><span style="color:rgb(127,0,0)">Environment:<br></span></p>windows 7-64<br></div>VS 2015-x86 Update3 With Latest Updates<br></div>Qt 5.9.1 2015-x86<br><div>python 3.6.2 x86<br></div><div>sip 4.19.3</div><div>pyqt gpl-5.9.1.dev1707250927</div><div>pyqtdeploy 1.3.2-2905e430c60b</div><div><br></div><div>i used build-sysroot.py to build the new environment after change line 1050<br></div><div>From :build_host_python(host, args.all, args.target,args.use_system_python)</div><div>To     :build_host_python(host, args.target, args.all,args.use_system_python)</div><div><br></div><div>MyMain.py</div><div>=========<br></div><div>import sys<br>print("Hi!")<br>sys.stdout.flush()<br>sys.exit(0)</div><div><br></div><div>0SetUp.pdy attached</div><div><br></div></div>