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
There was an error when I wanted to check my code using the clickable link to python file created by ipython using spyder in full screen on macos 15.1.1
Traceback
Traceback (most recent call last):
File "/Users/theophilemounier/pymain/lib/python3.12/site-packages/spyder/app/mainwindow.py", line 546, in switch_to_pluginself.layouts.switch_to_plugin(plugin, force_focus=force_focus)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^AttributeError: 'NoneType' object has no attribute 'switch_to_plugin'
Traceback (most recent call last):
File "/Users/theophilemounier/pymain/lib/python3.12/site-packages/spyder/app/mainwindow.py", line 546, in switch_to_pluginself.layouts.switch_to_plugin(plugin, force_focus=force_focus)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^AttributeError: 'NoneType' object has no attribute 'switch_to_plugin'
Hi @TheophileLaPelouse thank you for the report! I think this is a duplicate of #22639. Could it be possible for you to check #22639 (comment) and post any new finding there (a new comment over #22639) ?
Any further info to debug this is greatly appreciated. Let us know!
Description
What steps will reproduce the problem?
There was an error when I wanted to check my code using the clickable link to python file created by ipython using spyder in full screen on macos 15.1.1
Traceback
Versions
Dependencies
The text was updated successfully, but these errors were encountered: