[Zope3-Users] new to python-zope-plone and need advice

2009-04-08 Thread Luis Espinoza Jr .
Good morning from the new guy on the list. I'm a C++ programmer planing to start my own programming business. For the web stuff, I'm thinking about using Plone if a CMS is required and Zope 3 if I don't need a CMS. I have Windows XP Pro on my desktop. I will probably lease or colocate a serve

Re: [Zope3-Users] z3c.form: LookupErrors

2009-04-08 Thread Martin Aspeli
Hi Roger, > I agree that this should not end in an error blocking the UI. Good. :) > Let's say you have a Choice with possible values defined in > a source, vocabulary or a simple list like: > > ['please select', 'Max', 'Peter', 'Fred', 'Admin'] > > And we have a field which looks like:

Re: [Zope3-Users] z3c.form: LookupErrors

2009-04-08 Thread Martin Aspeli
Stephan Richter wrote: > On Wednesday 08 April 2009, Martin Aspeli wrote: >> What I'd like to see: >> >> 1) z3c.form catches the LookupError and treats it as a valdiation >> error (even on first render of the form), not a fatal error >> >> 2) z3c.form defaults to missing_value if there is a Loo

Re: [Zope3-Users] new to python-zope-plone and need advice

2009-04-08 Thread Jeffrey D Peterson
You'll want to look into virtualenv: http://pypi.python.org/pypi/virtualenv that should sort out your python versions and plone clashing with Zope 3 fears. -- Jeffrey D Peterson Webmaster Crary Industries, Inc. -Original Message- From: zope3-users-boun...@zope.org [mailto:zope3-users-b

Re: [Zope3-Users] z3c.form: LookupErrors

2009-04-08 Thread Stephan Richter
On Wednesday 08 April 2009, Martin Aspeli wrote: > What I'd like to see: > >   1) z3c.form catches the LookupError and treats it as a valdiation > error (even on first render of the form), not a fatal error > >   2) z3c.form defaults to missing_value if there is a LookupError > against what the dat

Re: [Zope3-Users] z3c.form: LookupErrors

2009-04-08 Thread Stephan Richter
On Wednesday 08 April 2009, Martin Aspeli wrote: > Would you mind making a 1.9 maintenance branch and, Done. > if we fix a few bugs, could you release 1.9.1 soonishly. Yes. Please forward new fixes to the trunk as well. Thanks! Regards, Stephan -- Stephan Richter Web Software Design, Develop

Re: [Zope3-Users] z3c.form: LookupErrors

2009-04-08 Thread Roger Ineichen
Hi Martin > Betreff: Re: [Zope3-Users] z3c.form: LookupErrors [...] > What I'd like to see: > > 1) z3c.form catches the LookupError and treats it as a > valdiation error (even on first render of the form), not a fatal error seems Ok to me > 2) z3c.form defaults to missing_value if there