[Zope3-Users] Re: best way to get started nowadays?

Baiju M mbaiju at zeomega.com
Wed Sep 26 07:52:49 EDT 2007


Suresh V. wrote:
>  Stephan Richter wrote:
> > On Saturday 22 September 2007 08:28, Benji York wrote:
> >> Chris Withers wrote:
> >>> So, what *is* the "standard" way now and where can I read about
> >>> how to do it?
> >> That's in flux at the moment.  I think Philipp's zopeproject is a
> >> step in the right direction, but haven't had a chance to look at
> >> it closely yet.
> >
> > You can also look at z3c.formdemo and some other packages, as they
> > will build a full system for you. You can use it as a start.
> >
> > $ svn co svn://svn.zope.org/repos/main/z3c.formdemo/tags/1.4.0
> > formdemo $ cd formdemo $ python bootstrap.py $ ./bin/buildout -v $
> > ./bin/demo fg
>
>  I am getting an error as follows:
>
>  , line 158, in openPackageResource ZConfig.SchemaResourceError:
>  schema component not found Package name: 'zope.app.appsetup' File
>  name: 'schema/schema.xml' Package path:
> 
['/home/formdemo/eggs/zope.app.appsetup-3.4.0-py2.4.egg/zope/app/appsetup']
>
>
>  Any idea how I can get around this?

Some eggs are broken now.
For time being you can do like this in your buildout.cfg:

[buildout]
...
versions = versions

[versions]
lxml = 1.3.4
zope.app.appsetup = 3.4.0a1
zope.app.error = 3.4.0a1
zope.app.applicationcontrol = 3.4_dev_r73715
zope.app.securitypolicy = 3.4.0a1

Regards,
Baiju M




More information about the Zope3-users mailing list