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

List:       pykde
Subject:    Re: [PyQt] posible PyQt 5.12 bug?
From:       José_Antonio_Fernández_Fernández <aullasistemas () gmail
Date:       2019-02-24 18:13:59
Message-ID: CAD7iEccm12zbrr+njOgaPgCBycXv2PcO-+8gns_iPVE18z4-0g () mail ! gmail ! com
[Download RAW message or body]

[Attachment #2 (multipart/alternative)]


The problem is in eclipse + pyDev + PyQt5.12. PyQt5.12 from console
works correctly.
regards


El lun., 11 feb. 2019 a las 11:24, José Antonio Fernández Fernández (<
aullasistemas@gmail.com>) escribió:

> Ok, I'm sorry ... this sample code works correctly
> in both versions.
>
> regards
>
>
> # -*- coding: utf-8 -*-
> import sys
> from PyQt5 import QtWidgets
>
> app = QtWidgets.QApplication(sys.argv)
> print("before")
> res = QtWidgets.QFileDialog.getSaveFileName(None,"example caption","","*.*")
> print("after")
>
>
> El lun., 11 feb. 2019 a las 11:12, Phil Thompson (<
> phil@riverbankcomputing.com>) escribió:
>
>> On 11 Feb 2019, at 10:08 am, José Antonio Fernández Fernández <
>> aullasistemas@gmail.com> wrote:
>> > Thank you !. This was an example, but the real code is this:
>> >
>> >
>> https://github.com/Aulla/pineboo/blob/master/pineboolib/plugins/dgi/dgi_qt/dgi_objects/filedialog.py
>> > The strange thing is that using pyqt 5.11.3 works, but I do a sudo -H
>> pip3 install PyQt5 == 5.12, it updates and it does not work anymore ...
>>
>> So provide me with an example I can run that demonstrates the problem.
>>
>> Phil
>>
>>
>
> --
> Cuenta de correo propiedad de FERNÁNDEZ FERNÁNDEZ, JOSÉ ANTONIO y de uso
> estrictamente profesional. Este mensaje electrónico está dirigido
> únicamente a la(s) direcciones indicadas anteriormente: el carácter
> confidencial, personal e intransferible del mismo está protegido legalmente.
> Cualquier revelación, uso o reenvío no autorizado, completo o en parte
> está prohibido. Si ha recibido este mensaje por equivocación notifíquelo
> inmediatamente a la persona que lo remite y borre el mensaje original junto
> con sus ficheros anexos sin leerlo ni grabarlo total o parcialmente. Si
> usted no desea recibir correos de nuestra empresa, por favor, envíenos un
> correo a AULLASISTEMAS@GMAIL.COM manifestando tal deseo
>


-- 
Cuenta de correo propiedad de FERNÁNDEZ FERNÁNDEZ, JOSÉ ANTONIO y de uso
estrictamente profesional. Este mensaje electrónico está dirigido
únicamente a la(s) direcciones indicadas anteriormente: el carácter
confidencial, personal e intransferible del mismo está protegido legalmente.
Cualquier revelación, uso o reenvío no autorizado, completo o en parte está
prohibido. Si ha recibido este mensaje por equivocación notifíquelo
inmediatamente a la persona que lo remite y borre el mensaje original junto
con sus ficheros anexos sin leerlo ni grabarlo total o parcialmente. Si
usted no desea recibir correos de nuestra empresa, por favor, envíenos un
correo a AULLASISTEMAS@GMAIL.COM manifestando tal deseo

[Attachment #5 (text/html)]

<div dir="ltr"><div class="gmail-oSioSc"><div id="gmail-tw-target"><div \
class="gmail-gsrt gmail-tw-ta-container gmail-tw-nfl" \
id="gmail-tw-target-text-container"><pre class="gmail-tw-data-text gmail-tw-ta \
gmail-tw-text-small" id="gmail-tw-target-text" style="text-align:left;height:96px" \
dir="ltr"><span tabindex="0" lang="en">The problem is in eclipse + pyDev + PyQt5.12. \
PyQt5.12 from console works correctly. \
regards</span></pre></div></div></div></div><br><div class="gmail_quote"><div \
dir="ltr" class="gmail_attr">El lun., 11 feb. 2019 a las 11:24, José Antonio \
Fernández Fernández (&lt;<a \
href="mailto:aullasistemas@gmail.com">aullasistemas@gmail.com</a>&gt;) \
escribió:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px \
0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div \
dir="ltr"><pre class="gmail-m_1392160923918548795gmail-tw-data-text \
gmail-m_1392160923918548795gmail-tw-ta \
gmail-m_1392160923918548795gmail-tw-text-small" \
id="gmail-m_1392160923918548795gmail-tw-target-text" \
style="text-align:left;height:48px" dir="ltr"><span lang="en">Ok, I&#39;m sorry ... \
this sample code works correctly <br><span lang="en">in both \
versions.<br></span></span></pre><pre \
class="gmail-m_1392160923918548795gmail-tw-data-text \
gmail-m_1392160923918548795gmail-tw-ta \
gmail-m_1392160923918548795gmail-tw-text-small" \
id="gmail-m_1392160923918548795gmail-tw-target-text" \
style="text-align:left;height:48px"><span lang="en"><span \
lang="en">regards<br></span></span></pre><pre \
class="gmail-m_1392160923918548795gmail-tw-data-text \
gmail-m_1392160923918548795gmail-tw-ta \
gmail-m_1392160923918548795gmail-tw-text-small" \
id="gmail-m_1392160923918548795gmail-tw-target-text" \
style="text-align:left;height:48px" dir="ltr"><span lang="en"><span \
lang="en"><br></span># -*- coding: utf-8 -*-<br>import sys<br>from PyQt5 import \
QtWidgets<br><br>app = \
QtWidgets.QApplication(sys.argv)<br>print(&quot;before&quot;)<br>res = \
QtWidgets.QFileDialog.getSaveFileName(None,&quot;example \
caption&quot;,&quot;&quot;,&quot;*.*&quot;)<br>print(&quot;after&quot;)<br></span></pre></div></div><br><div \
class="gmail_quote"><div dir="ltr" class="gmail_attr">El lun., 11 feb. 2019 a las \
11:12, Phil Thompson (&lt;<a href="mailto:phil@riverbankcomputing.com" \
target="_blank">phil@riverbankcomputing.com</a>&gt;) escribió:<br></div><blockquote \
class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid \
rgb(204,204,204);padding-left:1ex">On 11 Feb 2019, at 10:08 am, José Antonio \
Fernández Fernández &lt;<a href="mailto:aullasistemas@gmail.com" \
target="_blank">aullasistemas@gmail.com</a>&gt; wrote:<br> &gt; Thank you !. This was \
an example, but the real code is this:<br> &gt; <br>
&gt; <a href="https://github.com/Aulla/pineboo/blob/master/pineboolib/plugins/dgi/dgi_qt/dgi_objects/filedialog.py" \
rel="noreferrer" target="_blank">https://github.com/Aulla/pineboo/blob/master/pineboolib/plugins/dgi/dgi_qt/dgi_objects/filedialog.py</a><br>
 &gt; The strange thing is that using pyqt 5.11.3 works, but I do a sudo -H pip3 \
install PyQt5 == 5.12, it updates and it does not work anymore ...<br> <br>
So provide me with an example I can run that demonstrates the problem.<br>
<br>
Phil<br>
<br>
</blockquote></div><br clear="all"><br>-- <br><div dir="ltr" \
class="gmail-m_1392160923918548795gmail_signature">Cuenta de correo propiedad de \
FERNÁNDEZ FERNÁNDEZ, JOSÉ ANTONIO y de uso estrictamente profesional. Este mensaje \
electrónico está dirigido únicamente a la(s) direcciones indicadas anteriormente: \
el carácter confidencial, personal e intransferible del mismo está protegido \
legalmente.<br>Cualquier revelación, uso o reenvío no autorizado, completo o en \
parte está prohibido. Si ha recibido este mensaje por equivocación notifíquelo \
inmediatamente a la persona que lo remite y borre el mensaje original junto con sus \
ficheros anexos sin leerlo ni grabarlo total o parcialmente. Si usted no desea \
recibir correos de nuestra empresa, por favor, envíenos un correo a <a \
href="mailto:AULLASISTEMAS@GMAIL.COM" target="_blank">AULLASISTEMAS@GMAIL.COM</a> \
manifestando tal deseo<br></div> </blockquote></div><br clear="all"><br>-- <br><div \
dir="ltr" class="gmail_signature">Cuenta de correo propiedad de FERNÁNDEZ \
FERNÁNDEZ, JOSÉ ANTONIO y de uso estrictamente profesional. Este mensaje \
electrónico está dirigido únicamente a la(s) direcciones indicadas anteriormente: \
el carácter confidencial, personal e intransferible del mismo está protegido \
legalmente.<br>Cualquier revelación, uso o reenvío no autorizado, completo o en \
parte está prohibido. Si ha recibido este mensaje por equivocación notifíquelo \
inmediatamente a la persona que lo remite y borre el mensaje original junto con sus \
ficheros anexos sin leerlo ni grabarlo total o parcialmente. Si usted no desea \
recibir correos de nuestra empresa, por favor, envíenos un correo a <a \
href="mailto:AULLASISTEMAS@GMAIL.COM" target="_blank">AULLASISTEMAS@GMAIL.COM</a> \
manifestando tal deseo<br></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