<div dir="ltr"><div dir="ltr"><div dir="ltr"><div>Dear pyqt-list,</div><div><br></div><div>I try to compile my Python script using matplotlib via pyqtdeploy on Windows10.</div><div>The build was successful but the output exe does not boot.</div><div><br></div><div>Treceback was here: <br></div><div>temp5.py is my Python script, trying to import below at line 6.</div><div><br></div><div>from matplotlib.backends.backend_qt5agg import FigureCanvasQTAgg as FigureCanvas <br></div><div><br></div><div>Traceback (most recent call last):<br>  File "temp5.py", line 6, in <module><br>  File "bootstrap.py", line 983, in _find_and_load<br>  File "bootstrap.py", line 953, in _find_and_load_unlocked<br>  File "bootstrap.py", line 219, in _call_with_frames_removed<br>  File "bootstrap.py", line 983, in _find_and_load<br>  File "bootstrap.py", line 953, in _find_and_load_unlocked<br>  File "bootstrap.py", line 219, in _call_with_frames_removed<br>  File "bootstrap.py", line 983, in _find_and_load<br>  File "bootstrap.py", line 967, in _find_and_load_unlocked<br>  File "bootstrap.py", line 668, in _load_unlocked<br>  File "bootstrap.py", line 638, in _load_backward_compatible<br>  File ":/matplotlib/__init__.py", line 121, in <module><br>  File "bootstrap.py", line 983, in _find_and_load<br>  File "bootstrap.py", line 953, in _find_and_load_unlocked<br>  File "bootstrap.py", line 219, in _call_with_frames_removed<br>  File "bootstrap.py", line 983, in _find_and_load<br>  File "bootstrap.py", line 965, in _find_and_load_unlocked<br>ModuleNotFoundError: No module named 'distutils'<br></div><div><br></div><div>I have included all site-package libs to build my executable and</div><div>my script runs without error on Python interpreter.</div><div><br></div><div>Could you tell me how to fix this problem ?</div><div><br></div><div>Michiaki ENDO</div><div>Sapporo, Japan<br></div></div></div></div>