-
Notifications
You must be signed in to change notification settings - Fork 58
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
Blog demo app fails #250
Comments
Thanks for the feedback. I don't get that error, so we need more details. Was this from the pypi download or are you running from a git checkout? |
Hi, I get the same error whether I run from the pypi or the git checkout. I am running on a virtualbox install using python 2.7.8 in a virtual environment. I am running on waitress server in develop mode. I selected all of the defaults on the add a blog view.
|
This is a confirmed problem with the 1.0a1 release, but it is fixed on master and will be fixed in the next alpha release. If you tried 1.0a1 and then master on the same virtual env, make sure you remove the 1.0a1 egg from lib/site-packages and run setup.py develop in the substanced checkout dir. |
When I try and create a new blog entry in the demo I got:
"ConfigurationError: Unsatisfied after dependencies: upload"
The blog entry is created as you can see it listed as an item under root. However you can't click on it and go to manage_main view. Seems to fall over when trying to assign tab order.
The text was updated successfully, but these errors were encountered: