tryint to get spyder plugins to works (maybe too early ?)
See original GitHub issueDescription
What steps will reproduce the problem?
- install spyder plugins into spyder 3.2.0dev on winpython-3.5.3
- start spyder
- spyder shows an error at start
What is the expected output? What do you see instead? hoped to see the notebook and terminal extensions maybe did I miss a commit ?
Please provide any additional information below
plugin.initialize_plugin_in_mainwindow_layout()
self.on_first_registration()
self.main.tabify_plugins(self.main.extconsole, self)
self.tabifyDockWidget(first.dockwidget, second.dockwidget)
AttributeError: ‘NoneType’ object has no attribute ‘dockwidget’ WARNING:traitlets:kernel died: 6.001145601272583
Version and main components
- Spyder Version: 3.2.0.dev0
- Python Version: 3.5.3
- Qt Versions: 5.9.1, PyQt5 5.9 on Windows
Dependencies
pyflakes >=0.6.0 : 1.5.0 (OK)
pycodestyle >=2.3: 2.3.1 (OK)
pygments >=2.0 : 2.2.0 (OK)
pandas >=0.13.1 : 0.20.3 (OK)
numpy >=1.7 : 1.13.1 (OK)
sphinx >=0.6.6 : 1.6.3 (OK)
rope >=0.9.4 : 0.10.5 (OK)
jedi >=0.9.0 : 0.10.2 (OK)
nbconvert >=4.0 : 5.2.1 (OK)
sympy >=0.7.3 : 1.1 (OK)
cython >=0.21 : 0.25.2 (OK)
qtconsole >=4.2.0: 4.3.0 (OK)
IPython >=4.0 : 6.1.0 (OK)
pylint >=0.25 : 1.7.2 (OK)
Issue Analytics
- State:
- Created 6 years ago
- Comments:18 (18 by maintainers)
Top Results From Across the Web
Common Illnesses — Spyder 5 documentation
If you have installed a Spyder plugin, but you can't see it, go to the Panes submenu of the View menu and select...
Read more >Can no Longer open Spyder IDE for Python Programming
My problem appeared to be that the status of spyder was still running so wouldn't open. To fix this you need to look...
Read more >spyder-ide/public - Gitter
Temporarily disable any security, antivirus and firewall software you may have running, including Windows Defender. If that fixes it, make an ...
Read more >Python IDEs and Code Editors (Guide)
Lastly, none of these options are mutually exclusive, so you can try them ... experienced Python developers might find Spyder too basic to...
Read more >Spyder won't open - Q&A di Informatica
Hello everybody! ... - uninstalling Spyder and re-installing it, - deleting the spyder.lock file in the .spyder2 folder, - uninstalling Anaconda ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

ok, so:
awesome !
will retry spyder-terminal today. I don’t understand evolution state of spyder-unittest, so I may leave it aside