-
Notifications
You must be signed in to change notification settings - Fork 0
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
Got "ImportError: No module named app.upgrade.utils" after adding unwicked to buildout #1
Comments
|
sorry, maybe i did not understand, i tried to ( on plone 5.1 )
I still have the same error, it is weird that the plone.app.upgrade.utils is correct but somehow it s translated to app.upgrade.utils |
You need to pull your source-checkout of unwicked and re-run buildout. I added |
thank you, i ll try it again though i think i did these steps already ( when i added the plone.app.upgrade egg, the buildout did not do any action, meaning that the egg was already loaded ) |
Here what i have juste done :
under the src i have unwicked such as
buildout goes fine running the instance gives me the following error :
|
Weird. Can you post the content of your |
`#!/opt/UW516/zinstance/bin/python2 import sys import plone.recipe.zope2instance.ctl if name == 'main': |
what i understand is that the line 42 of
thus the plone.app.upgrade.utils becomes a app.upgrade.utils |
Hello
I have added
eggs= unwicked
anddevelop = src/unwicked
to my plone site ; buildout went fine, but running the insatnce leads to aThe text was updated successfully, but these errors were encountered: