> > On Mar 2, 2014, at 02:41 , Jarek Rozanski <[email protected]> > wrote: > > Traceback (most recent call last): > > […] > > File > "~/PycharmProjects/python32pyramid/lib/python3.2/site-packages/mako/filters.py", > line 39, in <module> > > html_escape = markupsafe.escape > > AttributeError: 'module' object has no attribute 'escape' > > > > Disabling debugtoolbar does the trick and I can proceed using Pyramid, > but still seems something is not right. Any tips? >
That particular error is unexpected. What version of mako and markupsafe do you have installed? If you upgrade them and/or recreate your virtualenv do you still have this problem? -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/pylons-discuss. For more options, visit https://groups.google.com/groups/opt_out.
