You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recently, I've experienced issues on my Windows 8.1 Pro x64 and Windows 10 Ent x64 machines where Spyder will mysteriously not launch (from the start menu icon) with no indication as to why, only on close inspection to find a variable explorer window hidden somewhere that hasn't closed when Spyder exits (as it presumably should). As far as I'm aware, any open variable explorer window, regardless of type, on Spyder exit will stay open and trigger this behavior; Spyder will only launch after every such window is manually tracked down and closed.
As the windows have little to no function when Spyder is not open, it seems they should be terminated along with their parent application. Perhaps something to do with them have a dialog-type UI, rather than a normal window? No clue; not a GUI programmer.
What steps will reproduce the problem?
Double click on a suitable variable name in the main variable explorer to open a variable explorer window,
Close Spyder.
Attempt to relaunch via start menu shortcut without closing variable explorer sub windows
What is the expected output? What do you see instead?
Expected: Variable explorer windows close along with Spyder, and the latter is able to then launch normally after doing so.
Actual: Variable explorer windows do not close with spyder and stay in the background, often hidden, and prevent Spyder from relaunching.
Please provide any additional information below
Reproduced on multiple OS versions/Spyder installs/physical machines.
Version and main components
Spyder Version: 3.2.4
Python Version: 3.6.3
Qt Versions: 5.6.2, PyQt5 5.6 on Windows 8.1 Pro x64 and Windows 10 Ent x64
Description
Recently, I've experienced issues on my Windows 8.1 Pro x64 and Windows 10 Ent x64 machines where Spyder will mysteriously not launch (from the start menu icon) with no indication as to why, only on close inspection to find a variable explorer window hidden somewhere that hasn't closed when Spyder exits (as it presumably should). As far as I'm aware, any open variable explorer window, regardless of type, on Spyder exit will stay open and trigger this behavior; Spyder will only launch after every such window is manually tracked down and closed.
As the windows have little to no function when Spyder is not open, it seems they should be terminated along with their parent application. Perhaps something to do with them have a dialog-type UI, rather than a normal window? No clue; not a GUI programmer.
What steps will reproduce the problem?
What is the expected output? What do you see instead?
Expected: Variable explorer windows close along with Spyder, and the latter is able to then launch normally after doing so.
Actual: Variable explorer windows do not close with spyder and stay in the background, often hidden, and prevent Spyder from relaunching.
Please provide any additional information below
Reproduced on multiple OS versions/Spyder installs/physical machines.
Version and main components
Dependencies
The text was updated successfully, but these errors were encountered: