Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

server.py: cannot import HTML_FILE_TMPL #8

Open
CaptSolo opened this issue Dec 28, 2015 · 0 comments
Open

server.py: cannot import HTML_FILE_TMPL #8

CaptSolo opened this issue Dec 28, 2015 · 0 comments
Labels

Comments

@CaptSolo
Copy link

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.

@slaporte slaporte added the bug label Feb 7, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants