Re: [Zope3-Users] Re: Can I use IPython in debugzope stuff ?

2007-01-11 Thread mats.nordgren
Never knew about IPython and really like what I see.  Thanks for the hint.  I
got the debugging to work for Zope3 with the following simple change to the
tutorial.

IPython.Shell.IPShell(user_ns=locals()).mainloop(sys_exit=1)

to 

IPython.Shell.IPShell(user_ns={'root': root, 'app': app}).mainloop(sys_exit=1)


Mats

On Wed, 10 Jan 2007 18:17:08 +0100, Philipp von Weitershausen wrote
 KLEIN Stéphane wrote:
  Can I use IPython in debugzope stuff ?
 
 http://wiki.zope.org/zope2/DebuggingWithIPythonAndOtherTips
 
 Should work on Zope 3 as well.
 
 -- 
 http://worldcookery.com -- Professional Zope documentation and training
 2nd edition of Web Component Development with Zope 3 is now shipping!
 
 ___
 Zope3-users mailing list
 Zope3-users@zope.org
 http://mail.zope.org/mailman/listinfo/zope3-users

___
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users


[Zope3-Users] Re: Can I use IPython in debugzope stuff ?

2007-01-10 Thread Philipp von Weitershausen

KLEIN Stéphane wrote:

Can I use IPython in debugzope stuff ?


http://wiki.zope.org/zope2/DebuggingWithIPythonAndOtherTips

Should work on Zope 3 as well.


--
http://worldcookery.com -- Professional Zope documentation and training
2nd edition of Web Component Development with Zope 3 is now shipping!

___
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users