We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Following the tutorial:
$ pip install pyramid_formalchemy pyramid_fanstatic fa.jquery $ pcreate -s alchemy -s pyramid_fa myapp Warning: could not load entry point pyramid_fa (ImportError: No module named chameleon.zpt.template) Unavailable scaffolds: ['pyramid_fa']
The text was updated successfully, but these errors were encountered:
You can try to also install pyramid_chameleon:
pyramid_chameleon
$ pip install pyramid_chameleon
Sorry, something went wrong.
Add chameleon as a dependency
ecec962
Fixes FormAlchemy#31
No branches or pull requests
Following the tutorial:
The text was updated successfully, but these errors were encountered: