question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

tryint to get spyder plugins to works (maybe too early ?)

See original GitHub issue

Description

What steps will reproduce the problem?

  1. install spyder plugins into spyder 3.2.0dev on winpython-3.5.3
  2. start spyder
  3. 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:closed
  • Created 6 years ago
  • Comments:18 (18 by maintainers)

github_iconTop GitHub Comments

1reaction
stonebigcommented, Jul 16, 2017

ok, so:

awesome ! spyder_3 2_notebook_feature

0reactions
stonebigcommented, Jul 29, 2017

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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found