<div dir="ltr">Kyle,<div><br></div><div>I struggled with this also. My comments on a fix:</div><div><br></div><div>
<p style="margin:0px;white-space:pre-wrap"># The Qt Bluetooth API (which any import to ``PyQt5.Qt`` implicitly imports)</p>
<p style="margin:0px;white-space:pre-wrap"># isn't compatible with Windows Server 2012 R2, the OS Appveyor runs.</p>
<p style="margin:0px;white-space:pre-wrap"># Specifically, running on Server 2012 causes the test to display an error in</p>
<p style="margin:0px;white-space:pre-wrap"># `a dialog box <<a href="https://github.com/mindfulness-at-the-computer/mindfulness-at-the-computer/issues/234">https://github.com/mindfulness-at-the-computer/mindfulness-at-the-computer/issues/234</a>>`_.</p>
<p style="margin:0px;white-space:pre-wrap"># The alternative of using a newer Appveyor OS `fails <<a href="https://github.com/pyinstaller/pyinstaller/pull/3563">https://github.com/pyinstaller/pyinstaller/pull/3563</a>>`_.</p>
<p style="margin:0px;white-space:pre-wrap"># Therefore, skip this test on Appveyor by testing for one of its `environment</p>
<p style="margin:0px;white-space:pre-wrap"># variables <<a href="https://www.appveyor.com/docs/environment-variables/">https://www.appveyor.com/docs/environment-variables/</a>>`_.</p>
<p style="margin:0px;white-space:pre-wrap">@skipif(os.environ.get('APPVEYOR') == 'True',</p>
<p style="margin:0px;white-space:pre-wrap">        reason='The Appveyor OS is incompatible with PyQt.Qt.')</p>
<p style="margin:0px;white-space:pre-wrap"><br></p>Hope that helps!</div><div><br></div><div>Bryan</div></div><br><div class="gmail_quote"><div dir="ltr">On Thu, Jul 26, 2018 at 4:37 PM Kyle Altendorf <<a href="mailto:sda@fstab.net">sda@fstab.net</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">My tests on AppVeyor recently started failing.  When I logged in I found <br>
a dialog saying:<br>
<br>
   This Windows version (6.3.9600) does not support<br>
   the required Bluetooth API.  Consider updating<br>
   to a more recent Windows (10.0.10586 or above).<br>
<br>
I am not intentionally using Bluetooth.  I found a few reports of it <br>
around the web.<br>
<br>
<a href="https://shadowllife.wordpress.com/2018/05/05/how-to-fix-this-windows-version-does-not-support-the-required-bluetooth-api/" rel="noreferrer" target="_blank">https://shadowllife.wordpress.com/2018/05/05/how-to-fix-this-windows-version-does-not-support-the-required-bluetooth-api/</a><br>
<br>
<a href="https://stackoverflow.com/questions/48514027/spyder3-python-ide-does-not-start-this-windows-version-does-not-support-the-re" rel="noreferrer" target="_blank">https://stackoverflow.com/questions/48514027/spyder3-python-ide-does-not-start-this-windows-version-does-not-support-the-re</a><br>
<br>
<a href="https://github.com/mindfulness-at-the-computer/mindfulness-at-the-computer/issues/234" rel="noreferrer" target="_blank">https://github.com/mindfulness-at-the-computer/mindfulness-at-the-computer/issues/234</a><br>
<br>
<a href="https://github.com/winpython/winpython/issues/592" rel="noreferrer" target="_blank">https://github.com/winpython/winpython/issues/592</a><br>
<br>
Per these reports it seems to relate to PyQt5 >= 5.10 and Windows <= <br>
8.1.<br>
<br>
I am trying to figure out the trigger since a running QApplication with <br>
a QMainWindow is not sufficient to cause the dialog.  I'll share <br>
whatever more info I can collect but figured I'd check here in case the <br>
issue is already known, or maybe even intentional dropping of support <br>
for older Windows versions or somesuch.<br>
<br>
Cheers,<br>
-kyle<br>
_______________________________________________<br>
PyQt mailing list    <a href="mailto:PyQt@riverbankcomputing.com" target="_blank">PyQt@riverbankcomputing.com</a><br>
<a href="https://www.riverbankcomputing.com/mailman/listinfo/pyqt" rel="noreferrer" target="_blank">https://www.riverbankcomputing.com/mailman/listinfo/pyqt</a></blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div>Bryan A. Jones, Ph.D.<br>Associate Professor<br>Department of Electrical and Computer Engineering<br>231 Simrall / PO Box 9571<br>Mississippi State University<br>Mississippi State, MS 39762<br><a href="http://www.ece.msstate.edu/~bjones" target="_blank">http://www.ece.msstate.edu/~bjones</a><br>bjones AT ece DOT msstate DOT edu<br>voice 662-325-3149<br>fax 662-325-2298<br><br>Our Master, Jesus Christ, is on his way. He'll show up right on<br>time, his arrival guaranteed by the Blessed and Undisputed Ruler,<br>High King, High God.<br>- 1 Tim. 6:14b-15 (The Message)<br></div></div></div>