<div dir="ltr">Tried that, no luck either.<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Jun 18, 2018 at 10:05 AM, Phil Thompson <span dir="ltr"><<a href="mailto:phil@riverbankcomputing.com" target="_blank">phil@riverbankcomputing.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 18 Jun 2018, at 5:18 pm, Andrew Cunningham <<a href="mailto:pyqt@a-cunningham.com">pyqt@a-cunningham.com</a>> wrote:<br>
> <br>
> Hi Phil,<br>
> I tried that , <br>
> py> QtCore.PYQT_CONFIGURATION<br>
> {'sip_flags': '-t WS_WIN -t Qt_5_7_0'}<br>
> <br>
> And in configure.py <br>
> <br>
> sip_cmd = " ".join([<br>
>     config.sip_bin,"-c", ".", "-b", build_file,<br>
>     "-t", "WS_WIN", "-t", "Qt_5_7_0",<br>
>     basename + ".sip"<br>
> ])<br>
> <br>
> I still get <br>
> sip: HWND is undefined<br>
> <br>
> My .sip files looks like this, should I be adding something else?<br>
> <br>
> %Module QtWinMigrate 0<br>
> <br>
> %Platforms {WS_WIN}<br>
<br>
</span>Remove the above line, although I'm not sure if it will make a difference.<br>
<span class="HOEnZb"><font color="#888888"><br>
Phil<br>
</font></span></blockquote></div><br></div>