Hi,

I installed a fresh virtualenv | zopeproject unsing z3c.form and got the following error:

No such file or directory: '/Users/peter/temp/buildout-eggs/ z3c.form-1.7.2-py2.4.egg/z3c/form/meta.zcml'

The older installation with z3c.form-1.7.0 works fine and there is a meta.zcml in it.


What has changed between 1.7.0 and 1.7.2?

ls -al | wc -l

1.7.0 --> 76
1.7. 2 --> 47
there are no *-txt , *.zcml anymore!

in my setup.py I use the following z3c components:

                        'z3c.menu',
                        'z3c.form',
                        'z3c.layer',
                        'z3c.pagelet',
                        'z3c.template',
                        'z3c.viewlet',
                        'z3c.formui',
                        'z3c.zrtresource',
                        'zc.resourcelibrary',
                        'z3c.coverage',
                        'z3c.etestbrowser',

Any hint?

Regards,

Peter





_______________________________________________
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users

Reply via email to