Pylons / pyramid_tutorials

Tutorials for Pyramid
https://docs.pylonsproject.org/projects/pyramid/en/latest/
89 stars 63 forks source link

config.include('pyramid_chameleon') #44

Closed tschm closed 10 years ago

tschm commented 10 years ago

Hi, I am running through you the fantastic tutorial using the latest greatest version (1.5.2?) Copying the code exactly the application won't run as the renderer isn't there. The error message is 'No such renderer factory %s' % str(self.type))

New versions of pyramid require some extra steps: http://docs.pylonsproject.org/projects/pyramid/en/master/whatsnew-1.5.html

Can you please update the tutorial thomas

GabLeRoux commented 10 years ago

:+1: indeed, tried one of the tutos and I needed to add config.include('pyramid_chameleon') to application.py

stevepiercy commented 10 years ago

+1's do not help. Pull requests get results. Please consider submitting one.

GabLeRoux commented 10 years ago

determined-challenge-accepted-l

Note: I tested all the tutorials where I added config.include('pyramid_chameleon') and it works fine ;)