<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Arial,Helvetica,sans-serif;" dir="ltr">
<p><span style="font-size: 12pt;">Nice, I am going to download Barry's Emacs right now.</span><br>
</p>
<p><span style="font-size: 12pt;"><br>
</span></p>
<p><span style="font-size: 12pt;">The IDE may be getting in the way.</span></p>
<div>Why is it working in the terminal but without all the menu buttons?<br>
There should be  "file" "view" "search" "tools" "help" items in the top menu bar as well.</div>
<div><br>
</div>
<div>I really meant to post this code (my apologies):<br>
<br>
<pre style="background-color: rgb(248, 248, 255); font-family: Menlo; font-size: 9pt;"><span style="font-weight:bold;">import </span>sys<br><span style="font-weight:bold;">from </span>PyQt5.QtWidgets <span style="font-weight:bold;">import </span>QMainWindow, QApplication, QWidget, QPushButton, QAction<br><span style="font-weight:bold;">from </span>PyQt5.QtGui <span style="font-weight:bold;">import </span>QIcon<br><span style="font-weight:bold;">from </span>PyQt5.QtCore <span style="font-weight:bold;">import </span>pyqtSlot<br><br><br><span style="font-weight:bold;">class </span><span style="color:#445588;font-weight:bold;">App</span>(QMainWindow)<span style="font-weight:bold;">:<br></span><span style="font-weight:bold;">    def </span><span style="color:#b200b2;">__init__</span>(<span style="color:#94558d;">self</span>)<span style="font-weight:bold;">:<br></span><span style="font-weight:bold;">        </span><span style="color:#0086b3;">super</span>().<span style="color:#0086b3;">__init__</span>()<br>        <span style="color:#94558d;">self</span>.title <span style="font-weight:bold;">= </span><span style="color:#008080;font-weight:bold;">'PyQt5 menu - pythonspot.com'<br></span><span style="color:#008080;font-weight:bold;">        </span><span style="color:#94558d;">self</span>.left <span style="font-weight:bold;">= </span><span style="color:#009999;">10<br></span><span style="color:#009999;">        </span><span style="color:#94558d;">self</span>.top <span style="font-weight:bold;">= </span><span style="color:#009999;">10<br></span><span style="color:#009999;">        </span><span style="color:#94558d;">self</span>.width <span style="font-weight:bold;">= </span><span style="color:#009999;">640<br></span><span style="color:#009999;">        </span><span style="color:#94558d;">self</span>.height <span style="font-weight:bold;">= </span><span style="color:#009999;">400<br></span><span style="color:#009999;">        </span><span style="color:#94558d;">self</span>.initUI()<br><br>    <span style="font-weight:bold;">def </span><span style="color:#990000;font-weight:bold;">initUI</span>(<span style="color:#94558d;">self</span>)<span style="font-weight:bold;">:<br></span><span style="font-weight:bold;">        </span><span style="color:#94558d;">self</span>.setWindowTitle(<span style="color:#94558d;">self</span>.title)<br>        <span style="color:#94558d;">self</span>.setGeometry(<span style="color:#94558d;">self</span>.left, <span style="color:#94558d;">self</span>.top, <span style="color:#94558d;">self</span>.width, <span style="color:#94558d;">self</span>.height)<br><br>        mainMenu <span style="font-weight:bold;">= </span><span style="color:#94558d;">self</span>.menuBar()<br>        fileMenu <span style="font-weight:bold;">= </span>mainMenu.addMenu(<span style="color:#008080;font-weight:bold;">'File'</span>)<br>        <span style="color:#808080;">editMenu </span><span style="font-weight:bold;">= </span>mainMenu.addMenu(<span style="color:#008080;font-weight:bold;">'Edit'</span>)<br>        <span style="color:#808080;">viewMenu </span><span style="font-weight:bold;">= </span>mainMenu.addMenu(<span style="color:#008080;font-weight:bold;">'View'</span>)<br>        <span style="color:#808080;">searchMenu </span><span style="font-weight:bold;">= </span>mainMenu.addMenu(<span style="color:#008080;font-weight:bold;">'Search'</span>)<br>        <span style="color:#808080;">toolsMenu </span><span style="font-weight:bold;">= </span>mainMenu.addMenu(<span style="color:#008080;font-weight:bold;">'Tools'</span>)<br>        <span style="color:#808080;">helpMenu </span><span style="font-weight:bold;">= </span>mainMenu.addMenu(<span style="color:#008080;font-weight:bold;">'Help'</span>)<br><br>        exitButton <span style="font-weight:bold;">= </span>QAction(QIcon(<span style="color:#008080;font-weight:bold;">'exit24.png'</span>), <span style="color:#008080;font-weight:bold;">'Exit'</span>, <span style="color:#94558d;">self</span>)<br>        exitButton.setShortcut(<span style="color:#008080;font-weight:bold;">'Ctrl+Q'</span>)<br>        exitButton.setStatusTip(<span style="color:#008080;font-weight:bold;">'Exit application'</span>)<br>        exitButton.triggered.connect(<span style="color:#94558d;">self</span>.close)<br>        fileMenu.addAction(exitButton)<br><br>        <span style="color:#94558d;">self</span>.show()<br><br><br><span style="font-weight:bold;">if </span>__name__ <span style="font-weight:bold;">== </span><span style="color:#008080;font-weight:bold;">'__main__'</span><span style="font-weight:bold;">:<br></span><span style="font-weight:bold;">    </span>app <span style="font-weight:bold;">= </span>QApplication(sys.argv)<br>    ex <span style="font-weight:bold;">= </span>App()<br>    sys.exit(app.exec_())</pre>
If you get a chance, could you please try that out and let me know your results? My results were in the picture attachments. Only getting an Edit bar.<br>
<br>
Thanks a bunch Barry.</div>
<div><br>
</div>
<div>Sincerely,</div>
<div>Grant<br>
<div style="color: rgb(0, 0, 0);">
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" color="#000000" style="font-size:11pt"><b>From:</b> Barry <barry@barrys-emacs.org><br>
<b>Sent:</b> Sunday, March 26, 2017 4:00 PM<br>
<b>To:</b> Grant Fraser<br>
<b>Cc:</b> pyqt@riverbankcomputing.com<br>
<b>Subject:</b> Re: [PyQt] com.apple.xbs Error-- Please help- Thank you</font>
<div> </div>
</div>
<div>
<div></div>
<div>I don't use an IDE.</div>
<div><br>
</div>
<div>I use Barry's Emacs and the editor and a terminal shell to ru the code.</div>
<div><br>
</div>
<div>It seems the IDE is getting in your way.</div>
<div><br>
</div>
<div>The menus are exactly as expected on macOS as I remarked.</div>
<div><br>
</div>
<div>Barry</div>
<div><br>
</div>
<div><br>
On 26 Mar 2017, at 20:26, Grant Fraser <<a href="mailto:grantrf93@hotmail.com">grantrf93@hotmail.com</a>> wrote:<br>
<br>
</div>
<blockquote type="cite">
<div>
<div id="divtagdefaultwrapper" dir="ltr" style="font-size:12pt; color:#000000; font-family:Calibri,Arial,Helvetica,sans-serif">
<p>That is extremely odd.</p>
<p><br>
</p>
<p>Site with tutorials: <a href="https://pythonspot.com/en/pyqt5/" class="OWAAutoLink" id="LPlnk865514" previewremoved="true">https://pythonspot.com/en/pyqt5/</a><br>
Menu code that causes error for me <a href="https://pythonspot.com/en/pyqt5-menu/" class="OWAAutoLink" id="LPlnk482602" previewremoved="true">https://pythonspot.com/en/pyqt5-menu/</a><br>
</p>
<div id="LPBorder_GT_14905558568340.7025038029137942" style="margin-bottom:20px; overflow:auto; width:100%; text-indent:0px">
<table id="LPContainer_14905558568320.2733705825302566" cellspacing="0" style="width:90%; background-color:rgb(255,255,255); overflow:auto; padding-top:20px; padding-bottom:20px; margin-top:20px; border-top:1px dotted rgb(200,200,200); border-bottom:1px dotted rgb(200,200,200)">
<tbody>
<tr valign="top" style="border-spacing:0px">
<td id="TextCell_14905558568330.06978902659263309" colspan="2" style="vertical-align: top; padding: 0px; display: table-cell; position: relative;">
<div id="LPRemovePreviewContainer_14905558568330.8102605280591344"></div>
<div id="LPTitle_14905558568330.24243086588784535" style="top:0px; color:rgb(0,120,215); font-weight:normal; font-size:21px; font-family:wf_segoe-ui_light,"Segoe UI Light","Segoe WP Light","Segoe UI","Segoe WP",Tahoma,Arial,sans-serif; line-height:21px">
<a id="LPUrlAnchor_14905558568330.8462167529740874" href="https://pythonspot.com/en/pyqt5/" target="_blank" style="text-decoration:none">PyQT5 – Python Tutorial</a></div>
<div id="LPMetadata_14905558568330.8864540214841465" style="margin:10px 0px 16px; color:rgb(102,102,102); font-weight:normal; font-family:wf_segoe-ui_normal,"Segoe UI","Segoe WP",Tahoma,Arial,sans-serif; font-size:14px; line-height:14px">
<a href="http://pythonspot.com">pythonspot.com</a></div>
<div id="LPDescription_14905558568340.6611972607316958" style="display:block; color:rgb(102,102,102); font-weight:normal; font-family:wf_segoe-ui_normal,"Segoe UI","Segoe WP",Tahoma,Arial,sans-serif; font-size:14px; line-height:20px; max-height:100px; overflow:hidden">
PyQt5 is a module that can be used to create graphical user interfaces (GUI). PyQt5 is not backwards compatible with PyQt4. You will need Python 2.6+ or newer.</div>
</td>
</tr>
</tbody>
</table>
</div>
I am on a Mac 10.12.3<br>
Python 3.6
<p></p>
<div><br>
</div>
The file partially works in terminal but not in PyCharm. The only menu bar items I receive are  "python3" and "edit" though. They load extremely slowly and I am on a really good laptop.
<div>Screenshots attached.<br>
<div><br>
<div>How many menu bar items do you receive ?</div>
<div>No view, tools, search, or help menu bar items, like the program seems to supposedly create.</div>
<div><br>
</div>
<div>I do not know why I am not receiving all of the menu bar items.<br>
<br>
In PyCharm the full error I receive is <a href="http://pastebin.com/RJ3gnrAT" class="OWAAutoLink" id="LPlnk136734" previewremoved="true">http://pastebin.com/RJ3gnrAT</a></div>
<div id="LPBorder_GT_14905556915640.026633137462332535" style="margin-bottom:20px; overflow:auto; width:100%; text-indent:0px">
<table id="LPContainer_14905556915610.2512137335813833" cellspacing="0" style="width:90%; background-color:rgb(255,255,255); overflow:auto; padding-top:20px; padding-bottom:20px; margin-top:20px; border-top:1px dotted rgb(200,200,200); border-bottom:1px dotted rgb(200,200,200)">
<tbody>
<tr valign="top" style="border-spacing:0px">
<td id="ImageCell_14905556915620.45661880606089" colspan="1" style="width:250px; display:table-cell; padding-right:20px">
<div id="LPImageContainer_14905556915620.3578158883545095" style="background-color:rgb(255,255,255); height:250px; margin:auto; display:table; width:250px">
<a id="LPImageAnchor_14905556915620.7513514414735187" href="http://pastebin.com/RJ3gnrAT" target="_blank" style="display:table-cell; text-align:center"><img id="LPThumbnailImageID_14905556915620.18384012432091779" width="250" height="250" style="display:inline-block; max-width:250px; max-height:250px; height:250px; width:250px; border-width:0px; vertical-align:bottom" src="http://pastebin.com/i/facebook.png"></a></div>
</td>
<td id="TextCell_14905556915630.7679616588952209" colspan="2" style="vertical-align: top; padding: 0px; display: table-cell; position: relative;">
<div id="LPRemovePreviewContainer_14905556915630.8223285960389648"></div>
<div id="LPTitle_14905556915630.5885875927716291" style="top:0px; color:rgb(0,120,215); font-weight:normal; font-size:21px; font-family:wf_segoe-ui_light,"Segoe UI Light","Segoe WP Light","Segoe UI","Segoe WP",Tahoma,Arial,sans-serif; line-height:21px">
<a id="LPUrlAnchor_14905556915630.5270177408890231" href="http://pastebin.com/RJ3gnrAT" target="_blank" style="text-decoration:none">Process: Python [9764] Path: /usr/local/Cellar/p - Pastebin.com</a></div>
<div id="LPMetadata_14905556915630.7741633743554606" style="margin:10px 0px 16px; color:rgb(102,102,102); font-weight:normal; font-family:wf_segoe-ui_normal,"Segoe UI","Segoe WP",Tahoma,Arial,sans-serif; font-size:14px; line-height:14px">
<a href="http://pastebin.com">pastebin.com</a></div>
</td>
</tr>
</tbody>
</table>
</div>
<br>
<div>Additionally have you tried running this program in one of your IDEs without errors?</div>
<div><br>
</div>
<div>Thanks a bunch,</div>
<div><br>
Grant</div>
<div><br>
<div style="color:rgb(0,0,0)">
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" color="#000000" style="font-size:11pt"><b>From:</b> Barry Scott <<a href="mailto:barry@barrys-emacs.org">barry@barrys-emacs.org</a>><br>
<b>Sent:</b> Sunday, March 26, 2017 7:41 AM<br>
<b>To:</b> Grant Fraser<br>
<b>Cc:</b> <a href="mailto:pyqt@riverbankcomputing.com">pyqt@riverbankcomputing.com</a><br>
<b>Subject:</b> Re: [PyQt] com.apple.xbs Error-- Please help- Thank you</font>
<div> </div>
</div>
<div><br class="">
<div>
<blockquote type="cite" class="">
<div class="">On 25 Mar 2017, at 17:25, Grant Fraser <<a href="mailto:grantrf93@hotmail.com" class="">grantrf93@hotmail.com</a>> wrote:</div>
<br class="Apple-interchange-newline">
<div class="">
<div id="divtagdefaultwrapper" dir="ltr" class="" style="font-style:normal; font-weight:normal; letter-spacing:normal; orphans:auto; text-align:start; text-indent:0px; text-transform:none; white-space:normal; widows:auto; word-spacing:0px; font-size:12pt; font-family:Calibri,Arial,Helvetica,sans-serif">
<p class="" style="margin-top:0px; margin-bottom:0px"></p>
<div class="" style="margin:0px 0px 0.357143em; padding:0px; font-size:14px; line-height:1.42857em; color:rgb(34,34,34); font-family:verdana,arial,helvetica,sans-serif">
Mac OS Python 3 PyQt5</div>
<div class="" style="margin:0px 0px 0.357143em; padding:0px; font-size:14px; line-height:1.42857em; color:rgb(34,34,34); font-family:verdana,arial,helvetica,sans-serif">
Program that causes error from tutorial but 'works' for the site owner (<a href="http://zetcode.com/gui/pyqt5/menustoolbars/" class="OWAAutoLink" id="LPlnk245749" previewremoved="true">http://zetcode.com/gui/pyqt5/menustoolbars/</a>):</div>
</div>
</div>
</blockquote>
<div><br class="">
</div>
<div>I ran the code in your email and it works error free.</div>
<div><br class="">
</div>
<div><span class="Apple-tab-span" style="white-space:pre"></span>macOs 10.12.3</div>
<div><span class="Apple-tab-span" style="white-space:pre"></span>python 3.5.2 and 3.6.0 with PyQt5 5.7 and 5.8.1</div>
<div><br class="">
</div>
<div>What versions are you using?</div>
<div><br class="">
</div>
<div>I put your code into file a.py and run it from the command line as:</div>
<div><br class="">
</div>
<div><span class="Apple-tab-span" style="white-space:pre"></span>$ python3.6 a.py</div>
<div><br class="">
</div>
<div>Note: that this example bumps into macOS specific handling of menus.</div>
<div><br class="">
</div>
<div>The File>Exit menu is automatically moved to the Python menu as Quit with Cmd-Q as the short cut the icon does show up.</div>
<div><br class="">
</div>
<div>Barry</div>
<div class=""><br class="">
</div>
<blockquote type="cite" class="">
<div class="">
<div id="divtagdefaultwrapper" dir="ltr" class="" style="font-style:normal; font-weight:normal; letter-spacing:normal; orphans:auto; text-align:start; text-indent:0px; text-transform:none; white-space:normal; widows:auto; word-spacing:0px; font-size:12pt; font-family:Calibri,Arial,Helvetica,sans-serif">
<div id="LPBorder_GT_14904625682230.5789634353815705" class="" style="margin-bottom:20px; overflow:auto; width:2075px; text-indent:0px">
<table id="LPContainer_14904625682210.6394801620665909" cellspacing="0" class="" style="width:1867.5px; background-color:rgb(255,255,255); overflow:auto; padding-top:20px; padding-bottom:20px; margin-top:20px; border-top-width:1px; border-top-style:dotted; border-top-color:rgb(200,200,200); border-bottom-width:1px; border-bottom-style:dotted; border-bottom-color:rgb(200,200,200)">
<tbody class="">
<tr valign="top" class="" style="border-spacing:0px">
<td id="TextCell_14904625682220.21805416462880256" colspan="2" class="" style="vertical-align: top; padding: 0px; display: table-cell; position: relative;">
<div id="LPRemovePreviewContainer_14904625682220.31439469499314665" class=""></div>
<div id="LPTitle_14904625682220.7032952214150816" class="" style="top:0px; color:rgb(0,120,215); font-weight:normal; font-size:21px; font-family:wf_segoe-ui_light,'Segoe UI Light','Segoe WP Light','Segoe UI','Segoe WP',Tahoma,Arial,sans-serif; line-height:21px">
<a id="LPUrlAnchor_14904625682220.5164088187193381" href="http://zetcode.com/gui/pyqt5/menustoolbars/" target="_blank" class="" style="text-decoration:none">Menus and toolbars in PyQt5 - ZetCode</a></div>
<div id="LPMetadata_14904625682220.160844406479568" class="" style="margin:10px 0px 16px; color:rgb(102,102,102); font-weight:normal; font-family:wf_segoe-ui_normal,'Segoe UI','Segoe WP',Tahoma,Arial,sans-serif; font-size:14px; line-height:14px">
<a href="http://zetcode.com/" class="">zetcode.com</a></div>
<div id="LPDescription_14904625682230.4296130138219205" class="" style="display:block; color:rgb(102,102,102); font-weight:normal; font-family:wf_segoe-ui_normal,'Segoe UI','Segoe WP',Tahoma,Arial,sans-serif; font-size:14px; line-height:20px; max-height:100px; overflow:hidden">
Menus and toolbars in PyQt5. In this part of the PyQt5 tutorial, we will create menus and toolbars. A menu is a group of commands located in a menubar.</div>
</td>
</tr>
</tbody>
</table>
</div>
<br class="">
<pre class="" style="margin-top:0.357143em; margin-bottom:0.357143em; padding:4px 9px; border:1px solid rgb(230,230,222); border-top-left-radius:2px; border-top-right-radius:2px; border-bottom-right-radius:2px; border-bottom-left-radius:2px; overflow:auto; color:rgb(34,34,34)"><code class="" style="font-family:monospace,monospace; margin:0px 2px; border:0px; background-color:transparent; border-top-left-radius:2px; border-top-right-radius:2px; border-bottom-right-radius:2px; border-bottom-left-radius:2px; word-break:normal; display:block; font-size:1em; line-height:1.42857em; padding:0px!important">import sys
from PyQt5.QtWidgets import QMainWindow, QAction, qApp, QApplication
from PyQt5.QtGui import QIcon


class Example(QMainWindow):
    def __init__(self):
        super().__init__()

        self.initUI()

    def initUI(self):
        exitAction = QAction(QIcon('exit.png'), '&Exit', self)
        exitAction.setShortcut('Ctrl+Q')
        exitAction.setStatusTip('Exit application')
        exitAction.triggered.connect(qApp.quit)

        self.statusBar()

        menubar = self.menuBar()
        fileMenu = menubar.addMenu('&File')
        fileMenu.addAction(exitAction)

        self.setGeometry(300, 300, 300, 200)
        self.setWindowTitle('Menubar')
        self.show()


if __name__ == '__main__':
    app = QApplication(sys.argv)
    ex = Example()
    sys.exit(app.exec_())
</code></pre>
<div class="" style="margin:0.357143em 0px; padding:0px; font-size:14px; line-height:1.42857em; color:rgb(34,34,34); font-family:verdana,arial,helvetica,sans-serif">
Error:</div>
<pre class="" style="margin-top:0.357143em; margin-bottom:0.357143em; padding:4px 9px; border:1px solid rgb(230,230,222); border-top-left-radius:2px; border-top-right-radius:2px; border-bottom-right-radius:2px; border-bottom-left-radius:2px; overflow:auto; color:rgb(34,34,34)"><code class="" style="font-family:monospace,monospace; margin:0px 2px; border:0px; background-color:transparent; border-top-left-radius:2px; border-top-right-radius:2px; border-bottom-right-radius:2px; border-bottom-left-radius:2px; word-break:normal; display:block; font-size:1em; line-height:1.42857em; padding:0px!important">2017-03-23 23:25:08.606 Python[96170:2827344] *** Assertion failure in -[NSBitmapImageRep initWithCGImage:], /Library/Caches/com.apple.xbs/Sources/AppKit/AppKit-1504.81.100/AppKit.subproj/NSBitmapImageRep.m:1296  
2017-03-23 23:25:08.608 Python[96170:2827344] *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Invalid parameter not satisfying: cgImage != NULL'  
</code></pre>
<div class="" style="margin:0.357143em 0px; padding:0px; font-size:14px; line-height:1.42857em; color:rgb(34,34,34); font-family:verdana,arial,helvetica,sans-serif">
*I have looked everywhere for this com.apple.xbs folder, including other computers. I cannot find it anywhere on other computers or online. What is the issue? Apparently it is only for developers? I have signed up as a developer and still cannot find it. I
 do not see the correlation between apple and this PyQt5 program though. I also do not see anywhere in the code that would mention needing this folder.</div>
<div class="" style="margin:0.357143em 0px; padding:0px; font-size:14px; line-height:1.42857em; color:rgb(34,34,34); font-family:verdana,arial,helvetica,sans-serif">
*I have even checked hidden folders.</div>
<div class="" style="margin:0.357143em 0px 0px; padding:0px; font-size:14px; line-height:1.42857em; color:rgb(34,34,34); font-family:verdana,arial,helvetica,sans-serif">
*Perhaps you could try running it yourself and seeing if you get the same error. I would really appreciate any help. Thank you.</div>
<br class="">
<p class="" style="margin-top:0px; margin-bottom:0px"></p>
</div>
<span class="" style="font-family:Helvetica; font-size:12px; font-style:normal; font-weight:normal; letter-spacing:normal; orphans:auto; text-align:start; text-indent:0px; text-transform:none; white-space:normal; widows:auto; word-spacing:0px; float:none; display:inline!important">_______________________________________________</span><br class="" style="font-family:Helvetica; font-size:12px; font-style:normal; font-weight:normal; letter-spacing:normal; orphans:auto; text-align:start; text-indent:0px; text-transform:none; white-space:normal; widows:auto; word-spacing:0px">
<span class="" style="font-family:Helvetica; font-size:12px; font-style:normal; font-weight:normal; letter-spacing:normal; orphans:auto; text-align:start; text-indent:0px; text-transform:none; white-space:normal; widows:auto; word-spacing:0px; float:none; display:inline!important">PyQt
 mailing list    </span><a href="mailto:PyQt@riverbankcomputing.com" class="" style="font-family:Helvetica; font-size:12px; font-style:normal; font-weight:normal; letter-spacing:normal; orphans:auto; text-align:start; text-indent:0px; text-transform:none; white-space:normal; widows:auto; word-spacing:0px">PyQt@riverbankcomputing.com</a><br class="" style="font-family:Helvetica; font-size:12px; font-style:normal; font-weight:normal; letter-spacing:normal; orphans:auto; text-align:start; text-indent:0px; text-transform:none; white-space:normal; widows:auto; word-spacing:0px">
<a href="https://www.riverbankcomputing.com/mailman/listinfo/pyqt" class="" style="font-family:Helvetica; font-size:12px; font-style:normal; font-weight:normal; letter-spacing:normal; orphans:auto; text-align:start; text-indent:0px; text-transform:none; white-space:normal; widows:auto; word-spacing:0px">https://www.riverbankcomputing.com/mailman/listinfo/pyqt</a></div>
</blockquote>
</div>
<br class="">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</blockquote>
<blockquote type="cite">
<div><Screen Shot 2017-03-26 at 2.22.23 PM.png></div>
</blockquote>
<blockquote type="cite">
<div><Screen Shot 2017-03-26 at 2.22.15 PM.png></div>
</blockquote>
<blockquote type="cite">
<div><Screen Shot 2017-03-26 at 2.21.47 PM.png></div>
</blockquote>
</div>
</div>
</div>
</div>
</body>
</html>