[Zope3-Users] Re: z3c.form traversable widget

2008-04-08 Thread Fernando Correa Neto
Hey updates on this. It was my fault. The namespace traverser works like a charm. I just needed to add some more code so it can checks the widget availability in the form's subform's widgets so I can traverse to those widgets the exact same way as I do for form's widgets. Sorry for the buzz. Reg

[Zope3-Users] zalchemy - default engine?

2008-04-08 Thread croguet
Hello, I'm just beginning to play with zope (Zope 3.4 KSG) and zalchemy (with SA 0.4.5). I looks like there is no default engine utility and zalchemy cannot create a session. Indeed : queryUtility(z3c.zalchemy.interfaces.IAlchemyEngineUtility) -> None queryUtility(z3c.zalchemy.interfaces.

Re: [Zope3-Users] zalchemy - default engine?

2008-04-08 Thread Christian Theune
On Tue, Apr 08, 2008 at 02:55:35PM -0400, [EMAIL PROTECTED] wrote: > Hello, > > I'm just beginning to play with zope (Zope 3.4 KSG) and zalchemy (with > SA 0.4.5). > > I looks like there is no default engine utility and zalchemy cannot > create a session. Indeed : > > queryUtility(z3c.zalchemy.

[Zope3-Users] Re: zalchemy - default engine?

2008-04-08 Thread Brandon Craig Rhodes
Christian Theune <[EMAIL PROTECTED]> writes: >> Also : it did not use the latest version of datamanager.py as it >> gives error trying to get class_state_getter. > > That would be the trunk which relies on a (maybe still) unreleased > version of SQLAlchemy to fix zope.security proxy integration >

Re: [Zope3-Users] Re: zalchemy - default engine?

2008-04-08 Thread Christian Theune
On Tue, Apr 08, 2008 at 05:22:31PM -0400, Brandon Craig Rhodes wrote: > Christian Theune <[EMAIL PROTECTED]> writes: > > >> Also : it did not use the latest version of datamanager.py as it > >> gives error trying to get class_state_getter. > > > > That would be the trunk which relies on a (maybe s

Re: [Zope3-Users] Re: zalchemy - default engine?

2008-04-08 Thread Martijn Faassen
Hey,. [included: Christian Theune (z3c.sqlalchemy), cc-ed to Andreas Jung (z3c.sqlalchemy), Laurence Row (collective.lead)] On Tue, Apr 8, 2008 at 11:33 PM, Christian Theune <[EMAIL PROTECTED]> wrote: > On Tue, Apr 08, 2008 at 05:22:31PM -0400, Brandon Craig Rhodes wrote: [snip] > > I can't get

Re: [Zope3-Users] Re: zalchemy - default engine?

2008-04-08 Thread Martijn Faassen
Hi there, [FYI, before discussion starts here] I've written a new mail with much the same content to zope-dev. Well, it'll appear in a minute. Please take discussion there. Regards, Martijn ___ Zope3-users mailing list Zope3-users@zope.org http://mail

Re: [Zope3-Users] Re: zalchemy - default engine?

2008-04-08 Thread Christian Theune
Hi, On Tue, Apr 08, 2008 at 11:43:26PM +0200, Martijn Faassen wrote: > Hey,. > > [included: Christian Theune (z3c.sqlalchemy), cc-ed to Andreas Jung > (z3c.sqlalchemy), Laurence Row (collective.lead)] > > On Tue, Apr 8, 2008 at 11:33 PM, Christian Theune <[EMAIL PROTECTED]> wrote: > > On Tue, Ap

[Zope3-Users] Re: zalchemy - default engine?

2008-04-08 Thread Brandon Craig Rhodes
I want to claim that "zc.recipe.testrunner" should throw up a traceback when a test hits an "import error", since otherwise it's pretty dratted impossible to tell where the bad import was. When trying to figure out why my application was broken this afternoon (it was because: z3c.zalchemy had been