<div dir="ltr"><div><span style="font-family:arial,helvetica,sans-serif">A couple of the examples do not work for me with Python 3.7.0 
32bit 

and PyQt5==5.11.2 on Windows 10.</span><span style="font-family:monospace,monospace"><br></span></div><div><span style="font-family:monospace,monospace"><br></span></div><div><span style="font-family:monospace,monospace"><br></span></div><div><span style="font-family:monospace,monospace"></span></div><div><span style="font-family:monospace,monospace">(venv) C:\Users\Cody\Downloads\PyQt5_gpl-5.11.2\PyQt5_gpl-5.11.2\examples>python draganddrop\dropsite.py</span></div><div><span style="font-family:monospace,monospace"></span></div><span style="font-family:monospace,monospace">Traceback (most recent call last):<br>  File "draganddrop\dropsite.py", line 162, in updateFormatsTable<br>    text = " ".join(["%02X" % ord(datum) for datum in mimeData.data(format)])<br>  File "draganddrop\dropsite.py", line 162, in <listcomp><br>    text = " ".join(["%02X" % ord(datum) for datum in mimeData.data(format)])<br>UnicodeDecodeError: 'ascii' codec can't decode byte 0xdc in position 0: ordinal not in range(128)<br></span><br><br><div>I was getting this traceback for the <span style="font-family:monospace,monospace">opengl\</span> examples. I think this might be normal but I even tried installing pyopengl but I still get the same traceback.<br></div><div><br></div><span style="font-family:monospace,monospace">(venv) C:\Users\Cody\Downloads\PyQt5_gpl-5.11.2\PyQt5_gpl-5.11.2\examples>python opengl\grabber.py<br>Traceback (most recent call last):<br>  File "opengl\grabber.py", line 100, in initializeGL<br>    <a href="http://self.gl">self.gl</a> = self.context().versionFunctions()<br>ModuleNotFoundError: No module named 'PyQt5._QOpenGLFunctions_4_5_Compatibility'</span><br><br></div>