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 running cell for the first time in the Editor #4025

Closed
ccordoba12 opened this issue Jan 22, 2017 · 1 comment
Closed

Error when running cell for the first time in the Editor #4025

ccordoba12 opened this issue Jan 22, 2017 · 1 comment

Comments

@ccordoba12
Copy link
Member

I'm getting this error when I try to run a cell for the first time

Traceback (most recent call last):
  File "/home/carlos/Projects/spyder/github-repo/spyder/app/mainwindow.py", line 1916, in plugin_focus_changed
    self.update_edit_menu()
  File "/home/carlos/Projects/spyder/github-repo/spyder/app/mainwindow.py", line 1965, in update_edit_menu
    widget, textedit_properties = self.get_focus_widget_properties()
  File "/home/carlos/Projects/spyder/github-repo/spyder/app/mainwindow.py", line 1953, in get_focus_widget_properties
    widget = self.previous_focused_widget
AttributeError: 'MainWindow' object has no attribute 'previous_focused_widget'

@rlaverde, this one is for you because this bug was introduced on PR #4022.

@ccordoba12
Copy link
Member Author

After the first time this doesn't happen anymore so it's not that bad.

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

2 participants