-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Save as" dialog extremely slow #4156
Comments
Some more information: When started from a terminal, spyder outputs the following errors at every character that I type: kf5.kio.core: Invalid URL: QUrl("f.py") when I change the existing filename to "filename.py". This only happens if the string ends with ".p" or "py". That is, I have no problem typing anything unless the current string ends with either of those characters. |
Yep, I noticed that too. We'll fix this in Spyder 3.1.4. |
@rlaverde, please work on this one. |
@ccordoba12 I'm not able to reproduce this error, any hints of how to reproduce it? I tried with python3.5.2 with pyqt 5.6.0 and 4.11.4, and python2.7 with pyqt 5.6.0 |
I might have a related problem with a regression between 3.1.3 and 3.1.2 on Linux X64, Ananconda 4.3 Python 2.7.13 with updated spyder via conda: |
@gb119 I haven't seen this problem (and I also use Linux). Do you have some spare time to help us with a We can help you with instructions for that in case you need them :-) |
Hi, |
Yep, that's basically it. To start Spyder from its git repo, you need to run
|
Ok, so I've had a play and now can't reproduce the problem ! Clearly simply posting on github fixes things..... so if it comes back again I'll know how to give you a more useful bug report - so that's all good then. |
I can't reproduce the issue with spyder 3.1.3 on Debian. Perhaps, it would be wise to relax the milestone for this one, since it cannot be reliably triaged at this point. |
Can I provide any additional information to assist? |
I can reproduce this bug, but I don't have time to fix it right now, sorry. So I'm going to move it for 3.2, since it's mostly annoying. |
Btw @ccordoba12, do you plan to release |
Any hints of how to reproduce this issue?
This warning is raised by KDE input/output framework, maybe updating your KDE/Qt installation could fix this error |
I'm on Gentoo Linux with all the available updates installed. Specifically, kio is in version 5.37.0 and Qt in version 5.7.1. I believe these are the latest available versions. Please let me know if there is any further information I can provide to track this issue down. |
@rlaverde, that's the same warning I'm seeing and what makes to save files slow. I think we should run a |
Yes, but I can't reproduce it 😞 |
I can, so I'll perform the bisect ;-) |
Note to self: the source of the problem is PR #3580. |
Description of your problem
What steps will reproduce the problem?
What is the expected output? What do you see instead?
Typing a file name should be a flawless, without any delays and without causing measurable CPU load increase.
Please provide any additional information below
Every character takes at least 1 second to appear. CPU load goes to 100% in the process.
Versions and main components
Dependencies
Please go to the menu entry
Help > Optional Dependencies
(orHelp > Dependencies
), press the buttonCopy to clipboard
and paste the contents below:
jedi >=0.8.1 : 0.9.0 (OK)
matplotlib >=1.0 : 1.5.3 (OK)
nbconvert >=4.0 : 4.3.0 (OK)
numpy >=1.7 : 1.11.2 (OK)
pandas >=0.13.1 : 0.19.1 (OK)
pep8 >=0.6 : 1.7.0 (OK)
psutil >=0.3 : 5.0.1 (OK)
pyflakes >=0.5.0 : 1.2.3 (OK)
pygments >=2.0 : 2.1.3 (OK)
pylint >=0.25 : 1.6.4 (OK)
qtconsole >=4.2.0: 4.2.1 (OK)
rope >=0.9.4 : 0.10.3 (OK)
sphinx >=0.6.6 : 1.3.5 (OK)
sympy >=0.7.3 : 1.0 (OK)
The text was updated successfully, but these errors were encountered: