Skip to content

IPython Notebook kernel crash on Win7x64 #3941

@jdfreder

Description

@jdfreder

IPython Notebook kernel crash on Win7x64

Procedure:

  1. Run ipython3 notebook
  2. When the IPython dashboard rendered, I clicked the new notebook button.
  3. When the notebook frontend rendered, a kernel crash dialog popped up and said the kernel would automatically restart. The automatic restart failed in addition to my attempt to manually restart the kernel.

System:

OS: Windows 7 Ultimate 64 bit
Environment: Python 3.3.2 32-bit
Browser: Mozilla Firefox 22.0
Installed Python Dependencies:
    nose
    pygments
    tornado
    pyzmq
    Jinja

Error message:

SyntaxError: invalid syntax
2013-08-07 13:32:16.908 [NotebookApp] KernelRestarter: restarting kernel (4/5)
WARNING:root:kernel 75a6a60d-e328-4a56-b19a-be90911baf71 restarted
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File ".\IPython\__init__.py", line 43, in <module>
    from .config.loader import Config
  File ".\IPython\config\__init__.py", line 16, in <module>
    from .application import *
  File ".\IPython\config\application.py", line 286
    print os.linesep.join(lines)
           ^
SyntaxError: invalid syntax
2013-08-07 13:32:20.112 [NotebookApp] WARNING | KernelRestarter: restart failed
2013-08-07 13:32:20.112 [NotebookApp] WARNING | Kernel 75a6a60d-e328-4a56-b19a-b
e90911baf71 died, removing from map.
ERROR:root:kernel 75a6a60d-e328-4a56-b19a-be90911baf71 restarted failed!

Looks like a similar problem was reported here: https://github.com/samueljohn/homebrew-python/issues/23

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions