[prev in list] [next in list] [prev in thread] [next in thread] 

List:       pykde
Subject:    Re: [PyQt] qt designer bug in both pyqt4 and pyqt5 for windows
From:       Ben Phillips <ben.phillips910 () gmail ! com>
Date:       2018-11-13 13:47:22
Message-ID: CAK2WKDy_u3XEwmRwZZwZzEXu5=U40mng1yVsVR8ZAq+j6yBnPg () mail ! gmail ! com
[Download RAW message or body]

[Attachment #2 (multipart/alternative)]


Hi Kyle,

Sorry I can't find the other email reply from you for some reason on this
email address so am having to reply back to the last one i sent you.

Before I was opening designer via
venv/Lib/site-packages/pyqt5-tools/designer.exe

Now that I open via venv/Scripts/pyqt5designer.exe , which I previously did
not know about, everything works fine without even having to specify any
command line parameters.

On Tue, 6 Nov 2018 at 14:22, Ben Phillips <ben.phillips910@gmail.com> wrote:

> Hi Kyle,
> 
> I can see that the pyqt5.dll is loaded now, however I can't find out how
> to import my custom widget plugins written in python. I have tried setting
> the PYQTDESIGNERPATH to the path where my plugins are located but Qt
> Designer does not register the plugin?
> 
> Regards
> Ben
> 
> 
> On Tue, 23 Oct 2018, 15:51 Ben Phillips <ben.phillips910@gmail.com wrote:
> 
> > Hi
> > 
> > I won't have time to test this until next week.
> > 
> > I'll let you know how it goes.
> > 
> > Regards
> > Ben
> > 
> > On Mon, 22 Oct 2018, 12:09 , <Ben.Phillips2@barclays.com> wrote:
> > 
> > > Sure I'll give this a try as soon as possible.
> > > 
> > > Cheers
> > > Ben
> > > 
> > > 
> > > -----Original Message-----
> > > From: PyQt <pyqt-bounces@riverbankcomputing.com> On Behalf Of Kyle
> > > Altendorf
> > > Sent: 21 October 2018 22:42
> > > To: pyqt@riverbankcomputing.com; Ben Phillips <ben.phillips910@gmail.com
> > > > 
> > > Subject: Re: [PyQt] qt designer bug in both pyqt4 and pyqt5 for windows
> > > 
> > > 
> > > This mail originated from outside our organisation - sda@fstab.net
> > > 
> > > Could you try the 1.4rc1 series?
> > > 
> > > 
> > > https://clicktime.symantec.com/a/1/3Qe1OO7XM5ha89U8TyfofKRgEf563QvmwPCdnPRrBo8=? \
> > > d=bf9oY2bhRXIQMKGckMqVd_lxgqtRk8nxrF3NXSmLq6MzXt5B2muYSqvurvKSsvxhdaj83tvnYFAd7a \
> > > URrIBp91zDRc0l3qHnpKluJKiG0a6yUIN9uv9OtGkOVC0xBy029Z9lSffOEsREtCmoHCBoMJFqW7ogbv \
> > > BLtRo9Pc5qR9AtzlfbtYSVNgjBQs-9CLdPd2eUtzsBNkGRk7Ep0TptnnSjwq2K4W6dFybFUsWrRmNVdM \
> > > uYmvwYtiM1CTnF-Yu8GCsaMaTzdEcGCasDXeFIQbZyGtcbrqYNc_l3SuJ3qO4nij4tNtTXzaKIo2aJiy \
> > > 1ct0CR8Q_K2yVdH24O0YVOeKwtDRn0IwRxU0NuOhjDU0Zm0otNTKFFc7UIxz2vDiyoKaBhUS4Wt7GGX6 \
> > > gn6HvX6qEZsUbLtmxd3LU_hnUgxFG9SJ9N&u=https%3A%2F%2Fpypi.org%2Fproject%2Fpyqt5-tools%2F5.11.2.1.4rc1%2F
> > >  
> > > I'm working on building for Qt versions other than what AppVeyor has
> > > installed, but no real working 5.11.3 yet I don't think.
> > > 
> > > Cheers,
> > > -kyle
> > > 
> > > On October 6, 2018 2:54:10 PM EDT, Kyle Altendorf <sda@fstab.net> wrote:
> > > > I've done a lot of work on pyqt5-tools recently... but just found
> > > > yesterday that my testing was apparently woefully incomplete.  It does
> > > > work some places, but not in my fresh VM.  I'll have to dig a bit and
> > > > see what I've got wrong.  Sorry for the trouble.
> > > > 
> > > > Cheers,
> > > > -kyle
> > > > 
> > > > On October 6, 2018 7:44:57 AM EDT, Ben Phillips
> > > > <ben.phillips910@gmail.com> wrote:
> > > > > Hi All,
> > > > > 
> > > > > I am trying to use Qt designer but the pyqt4.dll and pyqt5.dll plugins
> > > > > fail to load for both pyqt4 and pyqt5 respectively. The error messages
> > > > (that
> > > > > can
> > > > > be found via help->about plugins) are as follow:
> > > > > 
> > > > > 
> > > > > *PyQt4*
> > > > > Cannot load library
> > > 
> > > > > C:/Local/Git_Repo/hyperioninfra/auto_tools/front_end/general/venv/Lib/site-packages/PyQt4/plugins/designer/pyqt4.dll:
> > > > >  The specified module could not be found.
> > > > > 
> > > > > 
> > > > > *PyQt5*
> > > > > Cannot load library
> > > 
> > > > > C:\Local\Git_Repo\hyperioninfra\auto_tools\front_end\test\venv\Lib\site-packages\pyqt5-tools\plugins\designer\pyqt5.dll:
> > > > >  The specified module could not be found.
> > > > > 
> > > > > 
> > > > > Please see image attachments for specific info.
> > > > > 
> > > > > 
> > > > > I am using Python 3.6 with Windows 7. I have downloaded pyqt4 via
> > > > > "pip3.6
> > > > > install PyQt4_windows_whl" and pyqt5 via "pip3.6 install PyQt5". For
> > > > > pyqt4
> > > > > I used the qt designer that came with the package, and for pyqt5 I
> > > > used
> > > > > the
> > > > > qt designer from pyqt5-tools which I download via "pip3.6 install
> > > > > pyqt5-tools".
> > > > > 
> > > > > 
> > > > > I think these issues are the reason I cannot integrate custom widgets
> > > > > written in python to the designers which is my end goal.
> > > > > 
> > > > > 
> > > > > Regards,
> > > > > Ben
> > > > _______________________________________________
> > > > PyQt mailing list    PyQt@riverbankcomputing.com
> > > > https://clicktime.symantec.com/a/1/Ll9OWAJgaoVAYAsH6J-fXinDTf6c78nxPXDs
> > > > vMFt9Ws=?d=bf9oY2bhRXIQMKGckMqVd_lxgqtRk8nxrF3NXSmLq6MzXt5B2muYSqvurvKS
> > > > svxhdaj83tvnYFAd7aURrIBp91zDRc0l3qHnpKluJKiG0a6yUIN9uv9OtGkOVC0xBy029Z9
> > > > lSffOEsREtCmoHCBoMJFqW7ogbvBLtRo9Pc5qR9AtzlfbtYSVNgjBQs-9CLdPd2eUtzsBNk
> > > > GRk7Ep0TptnnSjwq2K4W6dFybFUsWrRmNVdMuYmvwYtiM1CTnF-Yu8GCsaMaTzdEcGCasDX
> > > > eFIQbZyGtcbrqYNc_l3SuJ3qO4nij4tNtTXzaKIo2aJiy1ct0CR8Q_K2yVdH24O0YVOeKwt
> > > > DRn0IwRxU0NuOhjDU0Zm0otNTKFFc7UIxz2vDiyoKaBhUS4Wt7GGX6gn6HvX6qEZsUbLtmx
> > > > d3LU_hnUgxFG9SJ9N&u=https%3A%2F%2Fwww.riverbankcomputing.com%2Fmailman%
> > > > 2Flistinfo%2Fpyqt
> > > _______________________________________________
> > > PyQt mailing list    PyQt@riverbankcomputing.com
> > > 
> > > https://clicktime.symantec.com/a/1/Ll9OWAJgaoVAYAsH6J-fXinDTf6c78nxPXDsvMFt9Ws=? \
> > > d=bf9oY2bhRXIQMKGckMqVd_lxgqtRk8nxrF3NXSmLq6MzXt5B2muYSqvurvKSsvxhdaj83tvnYFAd7a \
> > > URrIBp91zDRc0l3qHnpKluJKiG0a6yUIN9uv9OtGkOVC0xBy029Z9lSffOEsREtCmoHCBoMJFqW7ogbv \
> > > BLtRo9Pc5qR9AtzlfbtYSVNgjBQs-9CLdPd2eUtzsBNkGRk7Ep0TptnnSjwq2K4W6dFybFUsWrRmNVdM \
> > > uYmvwYtiM1CTnF-Yu8GCsaMaTzdEcGCasDXeFIQbZyGtcbrqYNc_l3SuJ3qO4nij4tNtTXzaKIo2aJiy \
> > > 1ct0CR8Q_K2yVdH24O0YVOeKwtDRn0IwRxU0NuOhjDU0Zm0otNTKFFc7UIxz2vDiyoKaBhUS4Wt7GGX6 \
> > > gn6HvX6qEZsUbLtmxd3LU_hnUgxFG9SJ9N&u=https%3A%2F%2Fwww.riverbankcomputing.com%2Fmailman%2Flistinfo%2Fpyqt
> > >  
> > > This e-mail and any attachments are confidential and intended solely for
> > > the addressee and may also be privileged or exempt from disclosure under
> > > applicable law. If you are not the addressee, or have received this e-mail
> > > in error, please notify the sender immediately, delete it from your system
> > > and do not copy, disclose or otherwise act upon any part of this e-mail or
> > > its attachments.
> > > Internet communications are not guaranteed to be secure or virus-free.
> > > The Barclays Group does not accept responsibility for any loss arising from
> > > unauthorised access to, or interference with, any Internet communications
> > > by any third party, or from the transmission of any viruses. Replies to
> > > this e-mail may be monitored by the Barclays Group for operational or
> > > business reasons.
> > > Any opinion or other information in this e-mail or its attachments that
> > > does not relate to the business of the Barclays Group is personal to the
> > > sender and is not given or endorsed by the Barclays Group.
> > > Barclays Services Limited provides support and administrative services
> > > across Barclays group. Barclays Services Limited is an appointed
> > > representative of Barclays Bank UK plc, Barclays Bank plc and Clydesdale
> > > Financial Services Limited. Barclays Bank UK plc and Barclays Bank plc are
> > > authorised by the Prudential Regulation Authority and regulated by the
> > > Financial Conduct Authority and the Prudential Regulation Authority.
> > > Clydesdale Financial Services Limited is authorised and regulated by the
> > > Financial Conduct Authority.
> > > 
> > 


[Attachment #5 (text/html)]

<div dir="ltr"><div dir="ltr">Hi Kyle,<div><br></div><div>Sorry I can&#39;t find the \
other email reply from you for some reason on this email address so am having to \
reply back to the last one i sent you.</div><div><br></div><div>Before I was opening \
designer via venv/Lib/site-packages/pyqt5-tools/designer.exe  \
</div><div><br></div><div>Now that I open via venv/Scripts/pyqt5designer.exe , which \
I previously did not know about, everything works fine without even having to specify \
any command line parameters.</div></div></div><br><div class="gmail_quote"><div \
dir="ltr">On Tue, 6 Nov 2018 at 14:22, Ben Phillips &lt;<a \
href="mailto:ben.phillips910@gmail.com">ben.phillips910@gmail.com</a>&gt; \
wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 \
.8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="auto"><div>Hi Kyle,<div \
dir="auto"><br></div><div dir="auto">I can see that the pyqt5.dll is loaded now, \
however I can&#39;t find out how to import my custom widget plugins written in \
python. I have tried setting the PYQTDESIGNERPATH to the path where my plugins are \
located but Qt Designer does not register the plugin?  </div><div \
dir="auto"><br></div><div dir="auto">Regards</div><div \
dir="auto">Ben</div><br><br><div class="gmail_quote"><div dir="ltr">On Tue, 23 Oct \
2018, 15:51 Ben Phillips &lt;<a href="mailto:ben.phillips910@gmail.com" \
target="_blank">ben.phillips910@gmail.com</a> wrote:<br></div><blockquote \
class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc \
solid;padding-left:1ex"><div dir="auto">Hi<div dir="auto"><br></div><div dir="auto">I \
won&#39;t have time to test this until next week.  </div><div \
dir="auto"><br></div><div dir="auto">I&#39;ll let you know how it goes.  </div><div \
dir="auto"><br></div><div dir="auto">Regards</div><div \
dir="auto">Ben</div></div><br><div class="gmail_quote"><div dir="ltr">On Mon, 22 Oct \
2018, 12:09 , &lt;<a href="mailto:Ben.Phillips2@barclays.com" rel="noreferrer" \
target="_blank">Ben.Phillips2@barclays.com</a>&gt; wrote:<br></div><blockquote \
class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc \
solid;padding-left:1ex">Sure I&#39;ll give this a try as soon as possible.<br> <br>
Cheers<br>
Ben<br>
<br>
<br>
-----Original Message-----<br>
From: PyQt &lt;<a href="mailto:pyqt-bounces@riverbankcomputing.com" rel="noreferrer \
noreferrer" target="_blank">pyqt-bounces@riverbankcomputing.com</a>&gt; On Behalf Of \
                Kyle Altendorf<br>
Sent: 21 October 2018 22:42<br>
To: <a href="mailto:pyqt@riverbankcomputing.com" rel="noreferrer noreferrer" \
target="_blank">pyqt@riverbankcomputing.com</a>; Ben Phillips &lt;<a \
href="mailto:ben.phillips910@gmail.com" rel="noreferrer noreferrer" \
                target="_blank">ben.phillips910@gmail.com</a>&gt;<br>
Subject: Re: [PyQt] qt designer bug in both pyqt4 and pyqt5 for windows<br>
<br>
<br>
This mail originated from outside our organisation - <a href="mailto:sda@fstab.net" \
rel="noreferrer noreferrer" target="_blank">sda@fstab.net</a><br> <br>
Could you try the 1.4rc1 series?<br>
<br>
<a href="https://clicktime.symantec.com/a/1/3Qe1OO7XM5ha89U8TyfofKRgEf563QvmwPCdnPRrBo \
8=?d=bf9oY2bhRXIQMKGckMqVd_lxgqtRk8nxrF3NXSmLq6MzXt5B2muYSqvurvKSsvxhdaj83tvnYFAd7aURr \
IBp91zDRc0l3qHnpKluJKiG0a6yUIN9uv9OtGkOVC0xBy029Z9lSffOEsREtCmoHCBoMJFqW7ogbvBLtRo9Pc5 \
qR9AtzlfbtYSVNgjBQs-9CLdPd2eUtzsBNkGRk7Ep0TptnnSjwq2K4W6dFybFUsWrRmNVdMuYmvwYtiM1CTnF- \
Yu8GCsaMaTzdEcGCasDXeFIQbZyGtcbrqYNc_l3SuJ3qO4nij4tNtTXzaKIo2aJiy1ct0CR8Q_K2yVdH24O0YV \
OeKwtDRn0IwRxU0NuOhjDU0Zm0otNTKFFc7UIxz2vDiyoKaBhUS4Wt7GGX6gn6HvX6qEZsUbLtmxd3LU_hnUgxFG9SJ9N&amp;u=https%3A%2F%2Fpypi.org%2Fproject%2Fpyqt5-tools%2F5.11.2.1.4rc1%2F" \
rel="noreferrer noreferrer noreferrer" \
target="_blank">https://clicktime.symantec.com/a/1/3Qe1OO7XM5ha89U8TyfofKRgEf563QvmwPC \
dnPRrBo8=?d=bf9oY2bhRXIQMKGckMqVd_lxgqtRk8nxrF3NXSmLq6MzXt5B2muYSqvurvKSsvxhdaj83tvnYF \
Ad7aURrIBp91zDRc0l3qHnpKluJKiG0a6yUIN9uv9OtGkOVC0xBy029Z9lSffOEsREtCmoHCBoMJFqW7ogbvBL \
tRo9Pc5qR9AtzlfbtYSVNgjBQs-9CLdPd2eUtzsBNkGRk7Ep0TptnnSjwq2K4W6dFybFUsWrRmNVdMuYmvwYti \
M1CTnF-Yu8GCsaMaTzdEcGCasDXeFIQbZyGtcbrqYNc_l3SuJ3qO4nij4tNtTXzaKIo2aJiy1ct0CR8Q_K2yVd \
H24O0YVOeKwtDRn0IwRxU0NuOhjDU0Zm0otNTKFFc7UIxz2vDiyoKaBhUS4Wt7GGX6gn6HvX6qEZsUbLtmxd3L \
U_hnUgxFG9SJ9N&amp;u=https%3A%2F%2Fpypi.org%2Fproject%2Fpyqt5-tools%2F5.11.2.1.4rc1%2F</a><br>
 <br>
I&#39;m working on building for Qt versions other than what AppVeyor has installed, \
but no real working 5.11.3 yet I don&#39;t think.<br> <br>
Cheers,<br>
-kyle<br>
<br>
On October 6, 2018 2:54:10 PM EDT, Kyle Altendorf &lt;<a href="mailto:sda@fstab.net" \
rel="noreferrer noreferrer" target="_blank">sda@fstab.net</a>&gt; wrote:<br> \
&gt;I&#39;ve done a lot of work on pyqt5-tools recently... but just found <br> \
&gt;yesterday that my testing was apparently woefully incomplete.   It does <br> \
&gt;work some places, but not in my fresh VM.   I&#39;ll have to dig a bit and <br> \
&gt;see what I&#39;ve got wrong.   Sorry for the trouble.<br> &gt;<br>
&gt;Cheers,<br>
&gt;-kyle<br>
&gt;<br>
&gt;On October 6, 2018 7:44:57 AM EDT, Ben Phillips <br>
&gt;&lt;<a href="mailto:ben.phillips910@gmail.com" rel="noreferrer noreferrer" \
target="_blank">ben.phillips910@gmail.com</a>&gt; wrote:<br> &gt;&gt;Hi All,<br>
&gt;&gt;<br>
&gt;&gt;I am trying to use Qt designer but the pyqt4.dll and pyqt5.dll plugins <br>
&gt;&gt;fail to load for both pyqt4 and pyqt5 respectively. The error messages<br>
&gt;(that<br>
&gt;&gt;can<br>
&gt;&gt;be found via help-&gt;about plugins) are as follow:<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;*PyQt4*<br>
&gt;&gt;Cannot load library<br>
&gt;&gt;C:/Local/Git_Repo/hyperioninfra/auto_tools/front_end/general/venv/Lib/site-packages/PyQt4/plugins/designer/pyqt4.dll:<br>
 &gt;&gt;The specified module could not be found.<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;*PyQt5*<br>
&gt;&gt;Cannot load library<br>
&gt;&gt;C:\Local\Git_Repo\hyperioninfra\auto_tools\front_end\test\venv\Lib\site-packages\pyqt5-tools\plugins\designer\pyqt5.dll:<br>
 &gt;&gt;The specified module could not be found.<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;Please see image attachments for specific info.<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;I am using Python 3.6 with Windows 7. I have downloaded pyqt4 via<br>
&gt;&gt;"pip3.6<br>
&gt;&gt;install PyQt4_windows_whl" and pyqt5 via "pip3.6 install PyQt5". For<br>
&gt;&gt;pyqt4<br>
&gt;&gt;I used the qt designer that came with the package, and for pyqt5 I<br>
&gt;used<br>
&gt;&gt;the<br>
&gt;&gt;qt designer from pyqt5-tools which I download via "pip3.6 install <br>
&gt;&gt;pyqt5-tools".<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;I think these issues are the reason I cannot integrate custom widgets <br>
&gt;&gt;written in python to the designers which is my end goal.<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;Regards,<br>
&gt;&gt;Ben<br>
&gt;_______________________________________________<br>
&gt;PyQt mailing list      <a href="mailto:PyQt@riverbankcomputing.com" \
rel="noreferrer noreferrer" target="_blank">PyQt@riverbankcomputing.com</a><br> \
&gt;<a href="https://clicktime.symantec.com/a/1/Ll9OWAJgaoVAYAsH6J-fXinDTf6c78nxPXDs" \
rel="noreferrer noreferrer noreferrer" \
target="_blank">https://clicktime.symantec.com/a/1/Ll9OWAJgaoVAYAsH6J-fXinDTf6c78nxPXDs</a><br>
 &gt;vMFt9Ws=?d=bf9oY2bhRXIQMKGckMqVd_lxgqtRk8nxrF3NXSmLq6MzXt5B2muYSqvurvKS<br>
&gt;svxhdaj83tvnYFAd7aURrIBp91zDRc0l3qHnpKluJKiG0a6yUIN9uv9OtGkOVC0xBy029Z9<br>
&gt;lSffOEsREtCmoHCBoMJFqW7ogbvBLtRo9Pc5qR9AtzlfbtYSVNgjBQs-9CLdPd2eUtzsBNk<br>
&gt;GRk7Ep0TptnnSjwq2K4W6dFybFUsWrRmNVdMuYmvwYtiM1CTnF-Yu8GCsaMaTzdEcGCasDX<br>
&gt;eFIQbZyGtcbrqYNc_l3SuJ3qO4nij4tNtTXzaKIo2aJiy1ct0CR8Q_K2yVdH24O0YVOeKwt<br>
&gt;DRn0IwRxU0NuOhjDU0Zm0otNTKFFc7UIxz2vDiyoKaBhUS4Wt7GGX6gn6HvX6qEZsUbLtmx<br>
&gt;d3LU_hnUgxFG9SJ9N&amp;u=https%3A%2F%<a href="http://2Fwww.riverbankcomputing.com" \
rel="noreferrer noreferrer noreferrer" \
target="_blank">2Fwww.riverbankcomputing.com</a>%2Fmailman%<br> \
&gt;2Flistinfo%2Fpyqt<br> _______________________________________________<br>
PyQt mailing list      <a href="mailto:PyQt@riverbankcomputing.com" rel="noreferrer \
noreferrer" target="_blank">PyQt@riverbankcomputing.com</a><br> <a \
href="https://clicktime.symantec.com/a/1/Ll9OWAJgaoVAYAsH6J-fXinDTf6c78nxPXDsvMFt9Ws=? \
d=bf9oY2bhRXIQMKGckMqVd_lxgqtRk8nxrF3NXSmLq6MzXt5B2muYSqvurvKSsvxhdaj83tvnYFAd7aURrIBp \
91zDRc0l3qHnpKluJKiG0a6yUIN9uv9OtGkOVC0xBy029Z9lSffOEsREtCmoHCBoMJFqW7ogbvBLtRo9Pc5qR9 \
AtzlfbtYSVNgjBQs-9CLdPd2eUtzsBNkGRk7Ep0TptnnSjwq2K4W6dFybFUsWrRmNVdMuYmvwYtiM1CTnF-Yu8 \
GCsaMaTzdEcGCasDXeFIQbZyGtcbrqYNc_l3SuJ3qO4nij4tNtTXzaKIo2aJiy1ct0CR8Q_K2yVdH24O0YVOeK \
wtDRn0IwRxU0NuOhjDU0Zm0otNTKFFc7UIxz2vDiyoKaBhUS4Wt7GGX6gn6HvX6qEZsUbLtmxd3LU_hnUgxFG9SJ9N&amp;u=https%3A%2F%2Fwww.riverbankcomputing.com%2Fmailman%2Flistinfo%2Fpyqt" \
rel="noreferrer noreferrer noreferrer" \
target="_blank">https://clicktime.symantec.com/a/1/Ll9OWAJgaoVAYAsH6J-fXinDTf6c78nxPXD \
svMFt9Ws=?d=bf9oY2bhRXIQMKGckMqVd_lxgqtRk8nxrF3NXSmLq6MzXt5B2muYSqvurvKSsvxhdaj83tvnYF \
Ad7aURrIBp91zDRc0l3qHnpKluJKiG0a6yUIN9uv9OtGkOVC0xBy029Z9lSffOEsREtCmoHCBoMJFqW7ogbvBL \
tRo9Pc5qR9AtzlfbtYSVNgjBQs-9CLdPd2eUtzsBNkGRk7Ep0TptnnSjwq2K4W6dFybFUsWrRmNVdMuYmvwYti \
M1CTnF-Yu8GCsaMaTzdEcGCasDXeFIQbZyGtcbrqYNc_l3SuJ3qO4nij4tNtTXzaKIo2aJiy1ct0CR8Q_K2yVd \
H24O0YVOeKwtDRn0IwRxU0NuOhjDU0Zm0otNTKFFc7UIxz2vDiyoKaBhUS4Wt7GGX6gn6HvX6qEZsUbLtmxd3L \
U_hnUgxFG9SJ9N&amp;u=https%3A%2F%2Fwww.riverbankcomputing.com%2Fmailman%2Flistinfo%2Fpyqt</a><br>
 <br>
This e-mail and any attachments are confidential and intended solely for the \
addressee and may also be privileged or exempt from disclosure under applicable law. \
If you are not the addressee, or have received this e-mail in error, please notify \
the sender immediately, delete it from your system and do not copy, disclose or \
otherwise act upon any part of this e-mail or its attachments.<br> Internet \
communications are not guaranteed to be secure or virus-free. The Barclays Group does \
not accept responsibility for any loss arising from unauthorised access to, or \
interference with, any Internet communications by any third party, or from the \
transmission of any viruses. Replies to this e-mail may be monitored by the Barclays \
Group for operational or business reasons.<br> Any opinion or other information in \
this e-mail or its attachments that does not relate to the business of the Barclays \
Group is personal to the sender and is not given or endorsed by the Barclays \
Group.<br> Barclays Services Limited provides support and administrative services \
across Barclays group. Barclays Services Limited is an appointed representative of \
Barclays Bank UK plc, Barclays Bank plc and Clydesdale Financial Services Limited. \
Barclays Bank UK plc and Barclays Bank plc are authorised by the Prudential \
Regulation Authority and regulated by the Financial Conduct Authority and the \
Prudential Regulation Authority. Clydesdale Financial Services Limited is authorised \
and regulated by the Financial Conduct Authority.<br> </blockquote></div>
</blockquote></div></div></div>
</blockquote></div>


[Attachment #6 (text/plain)]

_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
https://www.riverbankcomputing.com/mailman/listinfo/pyqt

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic