[IPython-dev] ipython 1.0.0a1: ImportError: No module named IPython.kernel.zmq.kernelapp

Francis Reyes fereyes at lbl.gov
Thu Jul 25 10:43:51 EDT 2013


Using (tag) 1.0.0a1, I cannot seem to get ipython to work correctly.  Granted I might have a special case (Python is from a ContinuumIO installation in my home directory). 

The kernel crashes immediately when I enter text into any code cell. 

appending the ipython directory to $PYTHONPATH remedies the situation as now the modules are all accessible to python.


------ log ----


07:37:55-francisreyes at kenya:$ which python
/Users/francisreyes/anaconda/bin/python
07:38:13-francisreyes at kenya:$ python -m IPython notebook --profile=foo
2013-07-25 07:38:19.695 [NotebookApp] Using existing profile dir: u'/Users/francisreyes/.ipython/profile_foo'
2013-07-25 07:38:19.794 [NotebookApp] Using MathJax from CDN: http://cdn.mathjax.org/mathjax/latest/MathJax.js
2013-07-25 07:38:19.809 [NotebookApp] Serving notebooks from local directory: /Users/francisreyes/notebooks
2013-07-25 07:38:19.809 [NotebookApp] The IPython Notebook is running at: http://127.0.0.1:8888/
2013-07-25 07:38:19.809 [NotebookApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).
dyld: DYLD_ environment variables being ignored because main executable (/usr/bin/osascript) is code signed with entitlements
2013-07-25 07:38:24.945 [NotebookApp] Connecting to: tcp://127.0.0.1:54245
2013-07-25 07:38:24.947 [NotebookApp] Kernel started: d39fb48f-03e2-47d0-892c-ffbbc2a43ab9
2013-07-25 07:38:24.958 [NotebookApp] Connecting to: tcp://127.0.0.1:54242
2013-07-25 07:38:24.958 [NotebookApp] Connecting to: tcp://127.0.0.1:54244
2013-07-25 07:38:24.959 [NotebookApp] Connecting to: tcp://127.0.0.1:54243
Traceback (most recent call last):
  File "<string>", line 1, in <module>
ImportError: No module named IPython.kernel.zmq.kernelapp
2013-07-25 07:38:27.945 [NotebookApp] KernelRestarter: restarting kernel (1/5)
WARNING:root:kernel d39fb48f-03e2-47d0-892c-ffbbc2a43ab9 restarted
Traceback (most recent call last):
  File "<string>", line 1, in <module>
ImportError: No module named IPython.kernel.zmq.kernelapp


Francis Reyes
Advanced Light Source
1 Cyclotron Road
Berkeley, CA 94720






More information about the IPython-dev mailing list