<div class="gmail_quote">The immediate cause is that you are executing the code `print hello` instead of `print 'hello'`, which will raise a NameError on hello. The bug in IPython you have found is that inappropriate assumptions are made about the success of potentially aborted requests, which should be fixed by <a href="https://github.com/ipython/ipython/pull/745">PR#745</a>.</div>
<div class="gmail_quote"><br></div><div class="gmail_quote">-MinRK</div><div class="gmail_quote"><br></div><div class="gmail_quote">On Wed, Aug 24, 2011 at 06:19, Edward Chu <span dir="ltr"><<a href="mailto:edchu79@gmail.com">edchu79@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><p><br>
Hello all<br>
I'm running into an issue passing a command at startup with the --c param. It causes ipython to crash. I've tried this in both my linux and windows builds (both 64bit if that matters)</p>
<p>Here is the command I'm running:<br>
<br>
ipython qtconsole --pylab=inline --c="print hello"</p>
<p>I also attached the crash report generated<br>
Thanks in advance<br>
</p>
<br>_______________________________________________<br>
IPython-User mailing list<br>
<a href="mailto:IPython-User@scipy.org">IPython-User@scipy.org</a><br>
<a href="http://mail.scipy.org/mailman/listinfo/ipython-user" target="_blank">http://mail.scipy.org/mailman/listinfo/ipython-user</a><br>
<br></blockquote></div><br>