-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
PR: Remove ipyconsole and editor attrs from the Help plugin #6587
Conversation
The problem is they are initialized after Help, so we can't set a reference to them in register_plugin.
Hello @ccordoba12! Thanks for updating the PR.
Comment last updated on March 03, 2018 at 19:01 Hours UTC |
@CAM-Gerlach, could you test this PR on Windows to see if it fixes issue #6549? Thanks! |
Will do in the next few hours. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I still get the same error and fallback behavior when my working dir and spyder install are in different drives. No change yet with this PR :(
Thought this was a fix for #6549 ....silly mistake.
Sorry for the delay; I was helping another friend with programming issues and learning to use some of Spyder's features. Unfortunately, bad news...I still get the exact same behavior with regard to #6549 . |
Ok, I was hoping for a simple fix, but no problem. We have to understand how to fix #6549 then. |
Fixes #6519.
The problem is those plugins are initialized after Help, so we can't set a reference to them in register_plugin.