Skip to content
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

Error when launching a new Editor window from the options in the menu. #4086

Closed
dalthviz opened this issue Feb 1, 2017 · 0 comments
Closed

Comments

@dalthviz
Copy link
Member

dalthviz commented Feb 1, 2017

Description of your problem

What steps will reproduce the problem?

  1. Click the "New window" option from the menu of the editor.
  2. The new window is created but also a traceback appear.

What is the expected output? What do you see instead?

The new window without errors

Please provide any additional information below

Traceback (most recent call last):
  File "C:\Users\Daniel\Anaconda3\lib\site-packages\spyder\plugins\editor.py", line 1481, in refresh_save_all_action
    for finfo in editorstack.data)
AttributeError: 'NoneType' object has no attribute 'data'
Traceback (most recent call last):
  File "C:\Users\Daniel\Anaconda3\lib\site-packages\spyder\plugins\editor.py", line 1481, in refresh_save_all_action
    for finfo in editorstack.data)
AttributeError: 'NoneType' object has no attribute 'data'
Traceback (most recent call last):
  File "C:\Users\Daniel\Anaconda3\lib\site-packages\spyder\plugins\editor.py", line 1481, in refresh_save_all_action
    for finfo in editorstack.data)
AttributeError: 'NoneType' object has no attribute 'data'
Traceback (most recent call last):
  File "C:\Users\Daniel\Anaconda3\lib\site-packages\spyder\plugins\editor.py", line 1481, in refresh_save_all_action
    for finfo in editorstack.data)
AttributeError: 'NoneType' object has no attribute 'data'
Traceback (most recent call last):
  File "C:\Users\Daniel\Anaconda3\lib\site-packages\spyder\plugins\editor.py", line 1481, in refresh_save_all_action
    for finfo in editorstack.data)
AttributeError: 'NoneType' object has no attribute 'data'
Traceback (most recent call last):
  File "C:\Users\Daniel\Anaconda3\lib\site-packages\spyder\plugins\editor.py", line 1481, in refresh_save_all_action
    for finfo in editorstack.data)
AttributeError: 'NoneType' object has no attribute 'data'

Versions and main components

  • Spyder Version: 3.1.2
  • Python Version: 3.5.2
  • Operating system: Windows 8.1 64bits
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants