hello, is it possible to use zopectl debug with ipython ? if yes, how ? thanks thomas
On 6/6/06, thomas desvenain <thomas.desvenain@gmail.com> wrote:
is it possible to use zopectl debug with ipython ?
Yes, that's posssible; I use the attached shellscript to set up the ipython shell with the same environment as what you'd get when you execute zopectl debug. The attached version is for use with python 2.4 (Zope 2.9 and up), but it should work fine with python 2.3 and Zope 2.8 as well if you rename the ipython command on the last line. For Zope 2.7 and lower, you'll need to rename both occurences of 'Zope2' with 'Zope' as well. -- Martijn Pieters
Hi Martijn I've added your script to http://zopewiki.org/DebuggingWithIPythonAndOtherTips I hope that's OK. Regards, -- jean
Hi thomas
is it possible to use zopectl debug with ipython ?
http://zopewiki.org/DebuggingWithIPythonAndOtherTips -- jean
participants (3)
-
Jean Jordaan -
Martijn Pieters -
thomas desvenain