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
Icon "Maximise current pane" fails in maximising panes. An error prompt pops out instead. I'm running Spyder in Anaconda 3 environment.
What I'm doing:
Open Spyder3 in version 3.1 (tested 3.1.0., 3.1.2) as normal
Press "Maximise current pane" icon
It fails to open the pane
Click the icon again and it fails to return to the previous pane layout.
Output:
Instead of a workable pane of my selection an error console prompts displaying this message: Traceback (most recent call last): File "/home/piotr/anaconda3/lib/python3.5/site-packages/spyder/app/mainwindow.py", line 2202, in maximize_dockwidget self.last_plugin.dockwidget.toggleViewAction().setDisabled(True) AttributeError: 'NoneType' object has no attribute 'dockwidget'
Additional information
I downgraded to Spyder 3.0.2 using Anaconda Navigator and maximisation of panes works fine.
Sofrware Versions
I'm running Spyder in Anaconda 3 environment
Icon "Maximise current pane" fails in maximising panes. An error prompt pops out instead. I'm running Spyder in Anaconda 3 environment.
What I'm doing:
Output:
Instead of a workable pane of my selection an error console prompts displaying this message:
Traceback (most recent call last): File "/home/piotr/anaconda3/lib/python3.5/site-packages/spyder/app/mainwindow.py", line 2202, in maximize_dockwidget self.last_plugin.dockwidget.toggleViewAction().setDisabled(True) AttributeError: 'NoneType' object has no attribute 'dockwidget'
Additional information
I downgraded to Spyder 3.0.2 using Anaconda Navigator and maximisation of panes works fine.
Sofrware Versions
I'm running Spyder in Anaconda 3 environment
Dependencies:
jedi >=0.8.1 : 0.9.0 (OK)
matplotlib >=1.0 : 1.5.3 (OK)
nbconvert >=4.0 : 4.2.0 (OK)
numpy >=1.7 : 1.11.1 (OK)
pandas >=0.13.1 : 0.18.1 (OK)
pep8 >=0.6 : 1.7.0 (OK)
psutil >=0.3 : 4.3.1 (OK)
pyflakes >=0.6.0 : 1.3.0 (OK)
pygments >=2.0 : 2.1.3 (OK)
pylint >=0.25 : 1.5.4 (OK)
qtconsole >=4.2.0: 4.2.1 (OK)
rope >=0.9.4 : 0.9.4-1 (OK)
sphinx >=0.6.6 : 1.4.6 (OK)
sympy >=0.7.3 : 1.0 (OK)
The text was updated successfully, but these errors were encountered: