[Zope3-Users] z3c-form meta.zcml error
    Peter Koppatz 
    pkoppatz at web.de
       
    Wed Jan 23 04:12:50 EST 2008
    
    
  
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
    
    
More information about the Zope3-users
mailing list