Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove dependency on zope.app.component so it won't break sauna.reload. #7

Open
wants to merge 1 commit into
base: plone5
Choose a base branch
from

Conversation

zjs2k
Copy link

@zjs2k zjs2k commented Nov 7, 2019

This is mostly a nuance during the development since it breaks sauna.reload. It will give these errors when reloading is activated:

ZopeXMLConfigurationError: File "/home/home/Plone/.buildout/eggs/zope.app.component-4.1.0-py2.7.egg/zope/app/component/configure.zcml", line 3.2-3.33
ZopeXMLConfigurationError: File "/home/home/Plone/.buildout/eggs/zope.site-3.9.2-py2.7.egg/zope/site/configure.zcml", line 32.4
ConfigurationError: ('Invalid directive', u'factory')

If the dependency on "zope.app.component" is implied, removing it from setup.py will make life easier. A buildout run is needed after the change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant