python - cx_freeze: import error: no module named html.parser -


i wrote django project. , trying exe file it. use cx_freeze manage.py file , got .exe file.

but when run exe file in cmd, got error, no module named html.parser. there no problem when run import html.parser in python cmd.

django 1.11
python 3.4.1
windows

the django project can correctly run on windows computer.

enter image description here


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -