<br><br><div class="gmail_quote">On Thu, Aug 30, 2012 at 6:24 AM, Jon Olav Vik <span dir="ltr"><<a href="mailto:jonovik@gmail.com" target="_blank">jonovik@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">Jon Olav Vik <jonovik <at> <a href="http://gmail.com" target="_blank">gmail.com</a>> writes:<br>
<br>
> $ python -c "from IPython.parallel import Client; c = Client(); print c.ids"<br>
> IPython/parallel/client/client.py:444: RuntimeWarning:<br>
> Controller appears to be listening on localhost, but not on this machine.<br>
</div>> If this is true, you should specify Client(...,sshserver='you <at><br>
<div class="im">10.32.254.130')<br>
> or instruct your controller to listen on an external IP.<br>
<br>
</div>The connection does work if I do:<br>
<div class="im">python -c "from IPython.parallel import Client; c = Client<br>
</div>(sshserver='10.32.254.130'); print c.ids"<br>
<br>
However, I would like this default to be automatic, as before.<br></blockquote><div><br></div><div><br></div><div>That's just <a href="https://github.com/ipython/ipython/issues/2361">this typo</a> in the client from the cleaned up connection stuff. Waiting on a Pull Request.</div>
<div><br></div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<span class="HOEnZb"><font color="#888888"><br>
JOV<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
<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>
</div></div></blockquote></div><br>