RouxRC / gazouilleur

IRC bot for collaborative use and monitoring of Twitter
GNU Affero General Public License v3.0
19 stars 13 forks source link

Unable to start without pystache installed #44

Closed potager closed 7 years ago

potager commented 7 years ago

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.

Thanks!