I\'m using repoze.bfg v1.3 and chameleon v2 (zpt templates). I got tro开发者_高级运维ubles with encoding while rendering template:
I am looking at moving a web app from pylons to pyramid (formally repoze.bfg) because traversal will fit my app much better than url dispatch.
Let\'s say I define a few functions to do certain matplotlib actions, such as def dostuff(ax): ax.scatter([0.],[0.])