[Zope3-Users] z3c.form, checkboxes for Bool fields - thanks a lot, now: z3c.form egg from svn

Andreas Reuleaux reuleaux at web.de
Tue Sep 4 21:13:06 EDT 2007


On Tue, Sep 04, 2007 at 06:35:29PM -0400, Stephan Richter wrote:
> On Saturday 01 September 2007 19:36, Andreas Reuleaux wrote:
> > Is there a way to have only one checkbox generated? - like this:
> >
> >    [ ] Invitation
> >
> > That's what I want.
> 
> I have implemented this widget now. It is available in the z3c.form trunk and 
> I updated the "All widgets" demo as well showing the new widget.



OK, thanks a lot. 

Next question now: how do I tell zc.buildout to build an egg from svn
for z3c.form? - I have tried this (adrn ist my application):


  buildout.cfg
  ------------
  ...
  find-links =
	  http://download.zope.org/distribution/
	  svn://svn.zope.org/repos/main/z3c.form/trunk#egg=z3c.form-dev
  ...

   eggs =
	  adrn
	  z3c.form==dev
  ...


  setup.py
  --------
  ...
  install_requires = [...
		      'z3c.form==dev'
		      ...
		      ]


However I get 

  reuleaux at softland(~/work/adrn)$ ./bin/buildout 
  Develop: '/home/reuleaux/work/adrn/.'
  Installing adrbuch.
  Download error: unknown url type: svn -- Some packages may not be found!
  Getting distribution for 'z3c.form==dev'.
  Installing z3c.form dev
  Caused installation of a distribution:
  z3c.form 1.6.0
  with a different version.
  Got None.
  While:
    Installing adrbuch.
  Error: There is a version conflict.
  We already have: z3c.form 1.6.0
  but adrn 0.1 requires 'z3c.form==dev'.
  reuleaux at softland(~/work/adrn)$

  

-Andreas


More information about the Zope3-users mailing list