The scenario: I'm packaging a CherryPy server with py2exe, using Mako as my template engine. So I create my exe file, and fire up the app, and get this 500 Mako error: Traceback (most recent call last): File "cherrypy\_cprequest.pyo", line 551, in respond File "cherrypy\_cpdispatch.pyo", line 24, in __call__ File "main.py", line 210, in index [...]
