You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
server.py fails because HTML_FILE_TMPL is defined in build_page.py and not in common.py:
$ python server.py
Traceback (most recent call last):
File "server.py", line 6, in <module>
from common import HTML_FILE_TMPL, DEFAULT_LANG, DEFAULT_PROJECT
ImportError: cannot import name HTML_FILE_TMPL
P.S. it would be helpful to have information about running build_page.py and server.py in the readme doc.
The text was updated successfully, but these errors were encountered:
server.py fails because HTML_FILE_TMPL is defined in build_page.py and not in common.py:
P.S. it would be helpful to have information about running
build_page.py
andserver.py
in the readme doc.The text was updated successfully, but these errors were encountered: