<br><br><div class="gmail_quote">On Sat, Jul 25, 2009 at 5:25 PM, Andreas Klöckner <span dir="ltr"><<a href="mailto:lists@informa.tiker.net">lists@informa.tiker.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">On Freitag 10 Juli 2009, Robert Kern wrote:<br>
> The user explicitly imports it in their ~/.ipython/ipy_user_conf.py . In<br>
> ipy_pydbgr.py's case, I presume that Rocky intends us to manually copy that<br>
> file into our ~/.ipython/ directories. I prefer to include these in the<br>
> package itself so that it is always installed and ready for users to<br>
> import.<br>
<br>
</div>With PuDB 0.92.10, IPython integration is finally a reality. Quoting PuDB's<br>
PyPI page:<br>
<br>
8< -------------------------------------------------------------------------<br>
PuDB ships with IPython integration. Just stick the line:<br>
<br>
import pudb.ipython<br>
<br>
into your $HOME/.ipython/ipy_user_conf.py, and then you may use the magic<br>
command:<br>
<br>
%pudb script.py [args]<br>
<br>
where [args] represents optional arguments, to launch PuDB from within<br>
IPython.<br>
8< -------------------------------------------------------------------------<br>
<br>
Happy debugging,<br>
<font color="#888888">Andreas<br>
</font><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>
<br></blockquote></div><br>Thanks Andreas for the implementation of the IPy integration.<br><br>It works happily with the latest IPy chech-out from the launchpad repository.<br><br clear="all"><br>-- <br>Gökhan<br>