Re: [spyder] Spyder 3.2.6, PyQt 5.10, Windows 7: File saving very slow

2018-02-20 Thread Jürg Rast
Seems like yesterday was the worst day to update... Had issues with PyQt 
and with ipykernel/pyzmq, both which are fixed now...

Am Montag, 19. Februar 2018 19:04:31 UTC+1 schrieb Carlos Córdoba:
>
> I just added that change a couple of hours ago, so it's not part of any 
> released version of Spyder.
>
> El 19/02/18 a las 12:52, Jürg Rast escribió:
>
> Ah ok. Thank you for the information.  
>
> There is even this line in setup.py: 
>
>> 'pyqt5<5.10;python_version>="3"',
>
> which should prevent the installation of PyQt 5.10, however, somehow 5.10 
> was installed anyway during 'pip install -U spyder'...
>  
>
> Am Montag, 19. Februar 2018 17:25:24 UTC+1 schrieb Carlos Córdoba: 
>>
>> Hi,
>>
>> PyQt 5.10 has a lot of issues, and that's why we're going to require PyQt 
>> 5.9 since Spyder 3.2.7 and until those issues are fixed.
>>
>>
>> Cheers,
>> Carlos
>>
>> El 19/02/18 a las 11:02, Jürg Rast escribió:
>>
>> I updated spyder to version 3.2.6, which automatically updated PyQt to 
>> version 5.10. As a result, file saving took a long time. It seems like the 
>> file is saved immediately, but the spinner is shown for about 10 seconds. 
>> After a downgrade of PyQt to 5.9, everything is back to normal.
>>
>> Did someone else had the same issues?
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "spyder" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to spyderlib+...@googlegroups.com.
>> To post to this group, send email to spyd...@googlegroups.com.
>> Visit this group at https://groups.google.com/group/spyderlib.
>> For more options, visit https://groups.google.com/d/optout.
>>
>>
>> -- 
> You received this message because you are subscribed to the Google Groups 
> "spyder" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to spyderlib+...@googlegroups.com .
> To post to this group, send email to spyd...@googlegroups.com 
> .
> Visit this group at https://groups.google.com/group/spyderlib.
> For more options, visit https://groups.google.com/d/optout.
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to spyderlib+unsubscr...@googlegroups.com.
To post to this group, send email to spyderlib@googlegroups.com.
Visit this group at https://groups.google.com/group/spyderlib.
For more options, visit https://groups.google.com/d/optout.


Re: [spyder] Spyder 3.2.6, PyQt 5.10, Windows 7: File saving very slow

2018-02-19 Thread Carlos Córdoba
I just added that change a couple of hours ago, so it's not part of any 
released version of Spyder.


El 19/02/18 a las 12:52, Jürg Rast escribió:

Ah ok. Thank you for the information.

There is even this line in setup.py:

'pyqt5<5.10;python_version>="3"',

which should prevent the installation of PyQt 5.10, however, somehow 
5.10 was installed anyway during 'pip install -U spyder'...


Am Montag, 19. Februar 2018 17:25:24 UTC+1 schrieb Carlos Córdoba:

Hi,

PyQt 5.10 has a lot of issues, and that's why we're going to
require PyQt 5.9 since Spyder 3.2.7 and until those issues are fixed.


Cheers,
Carlos

El 19/02/18 a las 11:02, Jürg Rast escribió:

I updated spyder to version 3.2.6, which automatically updated
PyQt to version 5.10. As a result, file saving took a long time.
It seems like the file is saved immediately, but the spinner is
shown for about 10 seconds.
After a downgrade of PyQt to 5.9, everything is back to normal.

Did someone else had the same issues?
-- 
You received this message because you are subscribed to the

Google Groups "spyder" group.
To unsubscribe from this group and stop receiving emails from it,
send an email to spyderlib+...@googlegroups.com .
To post to this group, send email to spyd...@googlegroups.com
.
Visit this group at https://groups.google.com/group/spyderlib
.
For more options, visit https://groups.google.com/d/optout
.


--
You received this message because you are subscribed to the Google 
Groups "spyder" group.
To unsubscribe from this group and stop receiving emails from it, send 
an email to spyderlib+unsubscr...@googlegroups.com 
.
To post to this group, send email to spyderlib@googlegroups.com 
.

Visit this group at https://groups.google.com/group/spyderlib.
For more options, visit https://groups.google.com/d/optout.


--
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to spyderlib+unsubscr...@googlegroups.com.
To post to this group, send email to spyderlib@googlegroups.com.
Visit this group at https://groups.google.com/group/spyderlib.
For more options, visit https://groups.google.com/d/optout.


Re: [spyder] Spyder 3.2.6, PyQt 5.10, Windows 7: File saving very slow

2018-02-19 Thread Jürg Rast
Ah ok. Thank you for the information. 

There is even this line in setup.py: 

> 'pyqt5<5.10;python_version>="3"',

which should prevent the installation of PyQt 5.10, however, somehow 5.10 
was installed anyway during 'pip install -U spyder'...
 

Am Montag, 19. Februar 2018 17:25:24 UTC+1 schrieb Carlos Córdoba:
>
> Hi,
>
> PyQt 5.10 has a lot of issues, and that's why we're going to require PyQt 
> 5.9 since Spyder 3.2.7 and until those issues are fixed.
>
>
> Cheers,
> Carlos
>
> El 19/02/18 a las 11:02, Jürg Rast escribió:
>
> I updated spyder to version 3.2.6, which automatically updated PyQt to 
> version 5.10. As a result, file saving took a long time. It seems like the 
> file is saved immediately, but the spinner is shown for about 10 seconds. 
> After a downgrade of PyQt to 5.9, everything is back to normal.
>
> Did someone else had the same issues?
> -- 
> You received this message because you are subscribed to the Google Groups 
> "spyder" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to spyderlib+...@googlegroups.com .
> To post to this group, send email to spyd...@googlegroups.com 
> .
> Visit this group at https://groups.google.com/group/spyderlib.
> For more options, visit https://groups.google.com/d/optout.
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to spyderlib+unsubscr...@googlegroups.com.
To post to this group, send email to spyderlib@googlegroups.com.
Visit this group at https://groups.google.com/group/spyderlib.
For more options, visit https://groups.google.com/d/optout.


Re: [spyder] Spyder 3.2.6, PyQt 5.10, Windows 7: File saving very slow

2018-02-19 Thread Carlos Córdoba

Hi,

PyQt 5.10 has a lot of issues, and that's why we're going to require 
PyQt 5.9 since Spyder 3.2.7 and until those issues are fixed.



Cheers,
Carlos

El 19/02/18 a las 11:02, Jürg Rast escribió:
I updated spyder to version 3.2.6, which automatically updated PyQt to 
version 5.10. As a result, file saving took a long time. It seems like 
the file is saved immediately, but the spinner is shown for about 10 
seconds.

After a downgrade of PyQt to 5.9, everything is back to normal.

Did someone else had the same issues?
--
You received this message because you are subscribed to the Google 
Groups "spyder" group.
To unsubscribe from this group and stop receiving emails from it, send 
an email to spyderlib+unsubscr...@googlegroups.com 
.
To post to this group, send email to spyderlib@googlegroups.com 
.

Visit this group at https://groups.google.com/group/spyderlib.
For more options, visit https://groups.google.com/d/optout.


--
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to spyderlib+unsubscr...@googlegroups.com.
To post to this group, send email to spyderlib@googlegroups.com.
Visit this group at https://groups.google.com/group/spyderlib.
For more options, visit https://groups.google.com/d/optout.