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

Fix mako incopatibilitie on pyramid chat example #248

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

Conversation

YuriAlessandro
Copy link

New Pyramid's version no longer support .mako (so as .chameleon) natively.

More informations: https://docs.pylonsproject.org/projects/pyramid/en/latest/whatsnew-1.5.html

Because of this, when you try to run the simple_pyramid_chat example you get an error.
So, I updated the Pyramid example to support .mako (just putting him on the dependencies).

This error is mentioned in issue #189

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