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

IPython console fails to start (Ipython >=6.x) #4170

Closed
epifanio opened this issue Feb 19, 2017 · 2 comments
Closed

IPython console fails to start (Ipython >=6.x) #4170

epifanio opened this issue Feb 19, 2017 · 2 comments

Comments

@epifanio
Copy link

Description of your problem

What steps will reproduce the problem?

  1. install latest IPython (>=6.x)
  2. install spyder (git master)
  3. run spyder3

What is the expected output? What do you see instead?

The Ipython console should start but instead it fails with an import error for a missing module:

ipython.core.utils.quick_guide

which is no more available in latest IPython.

Please provide any additional information below

just commenting the offending line gives a working ipython console.

Versions and main components

  • Spyder Version: git master
  • Python Version: 3.6
  • Qt Version: 5.8
  • PyQt Version: 5.7
  • Operating system: Linux

Dependencies

Please go to the menu entry Help > Optional Dependencies (or
Help > Dependencies), press the button Copy to clipboard
and paste the contents below:

Computer Used for testing not available at the moment of writing, I'll edit the issue once avaialable

@ccordoba12
Copy link
Member

Thanks for reporting. We'll fix this bug in Spyder 3.1.4.

@ccordoba12 ccordoba12 changed the title Ipython console fails to start (Ipython >=6.x) IPython console fails to start (Ipython >=6.x) Feb 22, 2017
@ccordoba12
Copy link
Member

@andfoy, you should surround the line mentioned mentioned by @epifanio with a try/except ImportError. The except part must make quick_guide an empty string.

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