<div dir="ltr"><div class="markdown-here-wrapper" id="markdown-here-wrapper-249368" style><p style="margin:1.2em 0px!important">If that file doesn‘t exist, then you aren’t using IPython 1.0. You may have multiple IPython installs, and an old one showing up ahead on sys.path.</p>


<p style="margin:1.2em 0px!important">For instance, where did the latest IPython install say it went?  And if you just do:</p>
<pre style="font-size:0.85em;font-family:Consolas,Inconsolata,Courier,monospace;font-size:1em;line-height:1.2em;overflow:auto;margin:1.2em 0px"><code style="font-size:0.85em;font-family:Consolas,Inconsolata,Courier,monospace;margin:0px 0.15em;padding:0px 0.3em;white-space:nowrap;border:1px solid rgb(234,234,234);background-color:rgb(248,248,248);border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;display:inline;white-space:pre;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;border:1px solid rgb(204,204,204);padding:0.5em 0.7em;display:block;padding:0.5em;color:rgb(51,51,51);background-color:rgb(248,248,255);background-repeat:initial initial">python -c "import IPython; print IPython"</code></pre>


<p style="margin:1.2em 0px!important">Does it point to the same place?</p>
<p style="margin:1.2em 0px!important">-MinRK</p>
</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Jul 25, 2013 at 7:43 AM, Francis Reyes <span dir="ltr"><<a href="mailto:fereyes@lbl.gov" target="_blank">fereyes@lbl.gov</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">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).<br>


<br>
The kernel crashes immediately when I enter text into any code cell.<br>
<br>
appending the ipython directory to $PYTHONPATH remedies the situation as now the modules are all accessible to python.<br>
<br>
<br>
------ log ----<br>
<br>
<br>
07:37:55-francisreyes@kenya:$ which python<br>
/Users/francisreyes/anaconda/bin/python<br>
07:38:13-francisreyes@kenya:$ python -m IPython notebook --profile=foo<br>
2013-07-25 07:38:19.695 [NotebookApp] Using existing profile dir: u'/Users/francisreyes/.ipython/profile_foo'<br>
2013-07-25 07:38:19.794 [NotebookApp] Using MathJax from CDN: <a href="http://cdn.mathjax.org/mathjax/latest/MathJax.js" target="_blank">http://cdn.mathjax.org/mathjax/latest/MathJax.js</a><br>
2013-07-25 07:38:19.809 [NotebookApp] Serving notebooks from local directory: /Users/francisreyes/notebooks<br>
2013-07-25 07:38:19.809 [NotebookApp] The IPython Notebook is running at: <a href="http://127.0.0.1:8888/
2013-07-25" target="_blank">http://127.0.0.1:8888/<br>
2013-07-25</a> 07:38:19.809 [NotebookApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).<br>
dyld: DYLD_ environment variables being ignored because main executable (/usr/bin/osascript) is code signed with entitlements<br>
2013-07-25 07:38:24.945 [NotebookApp] Connecting to: tcp://<a href="http://127.0.0.1:54245" target="_blank">127.0.0.1:54245</a><br>
2013-07-25 07:38:24.947 [NotebookApp] Kernel started: d39fb48f-03e2-47d0-892c-ffbbc2a43ab9<br>
2013-07-25 07:38:24.958 [NotebookApp] Connecting to: tcp://<a href="http://127.0.0.1:54242" target="_blank">127.0.0.1:54242</a><br>
2013-07-25 07:38:24.958 [NotebookApp] Connecting to: tcp://<a href="http://127.0.0.1:54244" target="_blank">127.0.0.1:54244</a><br>
2013-07-25 07:38:24.959 [NotebookApp] Connecting to: tcp://<a href="http://127.0.0.1:54243" target="_blank">127.0.0.1:54243</a><br>
Traceback (most recent call last):<br>
  File "<string>", line 1, in <module><br>
ImportError: No module named IPython.kernel.zmq.kernelapp<br>
2013-07-25 07:38:27.945 [NotebookApp] KernelRestarter: restarting kernel (1/5)<br>
WARNING:root:kernel d39fb48f-03e2-47d0-892c-ffbbc2a43ab9 restarted<br>
Traceback (most recent call last):<br>
  File "<string>", line 1, in <module><br>
ImportError: No module named IPython.kernel.zmq.kernelapp<br>
<br>
<br>
Francis Reyes<br>
Advanced Light Source<br>
1 Cyclotron Road<br>
Berkeley, CA 94720<br>
<br>
<br>
<br>
_______________________________________________<br>
IPython-dev mailing list<br>
<a href="mailto:IPython-dev@scipy.org">IPython-dev@scipy.org</a><br>
<a href="http://mail.scipy.org/mailman/listinfo/ipython-dev" target="_blank">http://mail.scipy.org/mailman/listinfo/ipython-dev</a><br>
</blockquote></div><br></div>