Even when URL_STATS is not set in config.py, gazoulleur will currently fail to start as it is currently being imported unconditionally in the templater module:
ERROR No module named pystache
File "/opt/gazouilleur/gazouilleur/lib/templater.py", line 5, in <module>
from pystache import Renderer
I would except pystache would not be a hard requirement unless the web feature has been configured.
Even when
URL_STATS
is not set inconfig.py
, gazoulleur will currently fail to start as it is currently being imported unconditionally in thetemplater
module:I would except
pystache
would not be a hard requirement unless the web feature has been configured.Thanks!