Re: [Zope3-Users] ZCML debugger?

2006-02-14 Thread Stephan Richter
On Monday 13 February 2006 17:06, Roman Susi wrote: If I compare this situation to Python, it is always quite straightforward to look at the source of the module or to help(thesamemodule) to see that I need first make an instance of some class and then use its methods. So, probably, Zope3

Re: [Zope3-Users] ZCML debugger?

2006-02-13 Thread Roman Susi
Stephan Richter wrote: On Sunday 12 February 2006 10:19, Roman Susi wrote: Could it be beneficial to have some kind of wizard which could help write ZCML configurations? Sure. I think a lot of people would be happy about a tool like that. The way ZCML is constructed should make it very

[Zope3-Users] ZCML debugger?

2006-02-12 Thread Roman Susi
Hi! After having fight with ZCML I think some sort of debugger, checker, validator or wizard is needed to help writing ZCML! Trial-and-error approach is too costly and frustrating to newbies. Discovering what goes where or from where is nightmare and error-prone too. Zope3 already has a good