[Grok-dev] Re: Problem with buildout and z3c.schema with z3c.widget
and megrok.form
Martin Aspeli
optilude at gmx.net
Mon Aug 4 15:47:25 EDT 2008
rmoskal wrote:
> Greetings:
>
> I'm just getting started with Grok, and I like what I see. It seems to be
> the right level of abstraction for application development and what a
> pleasure not to have to worry about ORM if I don't want to. BTW, the closest
> other framework that feels so right to me personally is Wicket in java land.
>
> I'm using virtualenv and I'm trying to get some of the more sophisticated UI
> widgets like on the forms tutorial on the grok site. However if I edit
> setup.py in my app directory to include 'z3c.widget', or 'megrok.form' I'm
> getting an error when I run the buildout:
>
> Couldn't find index page for 'z3c.schema' (maybe misspelled?)
> Getting distribution for 'z3c.schema'.
> While:
> Updating app.
> Getting distribution for 'z3c.schema'.
> Error: Couldn't find a distribution for 'z3c.schema'.
>
>
> Has anybody seen this problem? Can anyone suggest a fix? I can all kinds of
> other things like hurry.query successfully.
There is no z3c.schema, at least not on PyPI. Did you mean zope.schema?
If so, that's already included.
Martin
--
Author of `Professional Plone Development`, a book for developers who
want to work with Plone. See http://martinaspeli.net/plone-book
More information about the Grok-dev
mailing list