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 -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -