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

Shutdown qtconsole problem? #1982

Closed
tburnett opened this issue Jun 18, 2012 · 1 comment · Fixed by #1988
Closed

Shutdown qtconsole problem? #1982

tburnett opened this issue Jun 18, 2012 · 1 comment · Fixed by #1988
Milestone

Comments

@tburnett
Copy link

The following from the windows console, after starting, then stopping a qtconsole session with cntrl-D,

C:\Users\burnett>ipython qtconsole --pylab
[IPKernelApp] To connect another client to this kernel, use:
[IPKernelApp] --existing kernel-5140.json
Traceback (most recent call last):
File "c:\python27\lib\site-packages\IPython\frontend\qt\console\mainwindow.py", line 853, in update_restart_checkbox
self.confirm_restart_kernel_action.setChecked(widget.confirm_restart)
AttributeError: 'NoneType' object has no attribute 'confirm_restart'

@minrk
Copy link
Member

minrk commented Jun 18, 2012

See #1988

@minrk minrk closed this as completed in cb305fc Jun 20, 2012
minrk added a commit to minrk/ipython that referenced this issue Jun 20, 2012
check for active frontend in update_restart_checkbox

closes ipython#1982
mattvonrocketstein pushed a commit to mattvonrocketstein/ipython that referenced this issue Nov 3, 2014
mattvonrocketstein pushed a commit to mattvonrocketstein/ipython that referenced this issue Nov 3, 2014
check for active frontend in update_restart_checkbox

closes ipython#1982
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants