-
-
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
Python console stops running after first execution #2308
Labels
Milestone
Comments
Actually, just pressing enter stops the interpreter, no need for an exception. |
Indeed I am getting the same on a similar configuration |
ccordoba12
changed the title
Console stops running
Python console stops running when exceptions are generated
Apr 12, 2015
Nodd
changed the title
Python console stops running when exceptions are generated
Python console stops running after first line
Apr 12, 2015
ccordoba12
changed the title
Python console stops running after first line
Python console stops running after first exception
Apr 20, 2015
I can't reproduce this error using the latest Anaconda. |
Nodd
changed the title
Python console stops running after first exception
Python console stops running after first execution
May 27, 2015
Similar problem here: the python interpreter crashes on any code execution. |
@SylvainCorlay, on which platform, Qt and Python versions? |
Version and main components
Optional dependencies
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
1/0
The python interpreter stops running, I have to chick on the green arrow to restart it.
Here is what I see in the console once it has stopped:
There is nothin in the internal console
Version and main components
Optional dependencies
pyflakes >=0.5.0: 0.8.1 (OK)
pep8 >=0.6 : 1.6.2 (OK)
pygments >=1.6 : 2.0.2 (OK)
IPython >=3.0 : 3.0.0 (OK)
zmq >=13.0.0 : 14.5.0 (OK)
pandas >=0.13.1 : 0.16.0 (OK)
sphinx >=0.6.6 : 1.2.3 (OK)
psutil >=0.3 : 2.2.1 (OK)
rope >=0.9.2 : 0.10.2 (OK)
jedi >=0.8.1 : 0.8.1 (OK)
matplotlib >=1.0: 1.4.3 (OK)
sympy >=0.7.3 : 0.7.6 (OK)
pylint >=0.25 : 1.4.3 (OK)
The text was updated successfully, but these errors were encountered: