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.
Comments
Post a Comment