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 on startup with non-clean config file (from previous files/projects open?) and recent master builds #8216

Closed
8 tasks done
CAM-Gerlach opened this issue Nov 9, 2018 · 1 comment

Comments

@CAM-Gerlach
Copy link
Member

Issue Report Checklist

  • Searched the issues page for similar reports
  • Read the relevant sections of the Spyder Troubleshooting Guide and followed its advice
  • Reproduced the issue after updating with conda update spyder (or pip, if not using Anaconda)
  • Tried basic troubleshooting (if a bug/error)
    • Restarted Spyder
    • Reset preferences with spyder --reset
    • Tried the other applicable steps from the Troubleshooting Guide
  • Completed the Problem Description, Steps to Reproduce and Version sections below

Problem Description

In recent dev builds of master (past few days) I've been getting the following error on launch, that otherwise doesn't seem to have ill effect. However, I can't easily reproduce it in a clean config (--safe-mode) so I'm not sure if its a bug or something with my configuration switching back and forth between Spyders. This was with just one horizontally split Editor pane. I started getting it before I ever undocked anything or used "New Window"after I'd launched Spyder with your #8192 once and then switched back to master and launched another Spyder, and now I get it every time I launch master or the #8192 branch without --safe-mode.

@jnsebgosselin reported he gets this as well, even without any split.

  File "C:\Users\C. A. M. Gerlach\Documents\dev\SpyderDev\spyder\spyder\plugins\editor\plugin.py", line 1312, in toogle
    conf_name)
  File "C:\Users\C. A. M. Gerlach\Documents\dev\SpyderDev\spyder\spyder\plugins\editor\plugin.py", line 1329, in _toggle_checkable_action
    if self.editorstacks:
AttributeError: 'Editor' object has no attribute 'editorstacks'

Versions

  • Spyder version: master
  • Python version: 3.6.6
  • Qt version: 5.9,6
  • PyQt version: 5.9.2
  • Operating System name/version: Windows 8.1 x64
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