<div dir="ltr"><div>Dear pyqt-list.</div><div><br></div><div>I fail to send message to Phil directly, Sorry...</div><div><br></div><div>
<div>I could find distutils at standard libraries.</div><div><br></div><div>Then, I also encountered this problem.</div><div>....<br></div><div>Freezing C:\Users\dino\Desktop\pyqtdeploy-2.4\demo\sysroot-win-64\lib\python3.7\distutils\core.py...<br>Freezing C:\Users\dino\Desktop\pyqtdeploy-2.4\demo\sysroot-win-64\lib\python3.7\distutils\cygwincompiler.py...<br>pyqtdeploy-build: Unable to freeze files</div><div><br></div><div>
<div>I added --verbose output.</div><div><br></div><div>pyqtdeploy-build: Unable to freeze files: C:\Users\dino\Desktop\pyqtdeploy-2.4\demo\sysroot-win-64\lib\python3.7\distutils\cygwincompiler.py: [Errno 2] No such file or directory: 'C:\\Users\\dino\\Desktop\\pyqtdeploy-2.4\\demo\\sysroot-win-64\\lib\\python3.7\\distutils\\cygwincompiler.py'</div><div><br></div><div>I could not find 
cygwincompiler.py but found cygwinccompiler.py.</div><div>I renamed 
cygwinccompiler.py to 


cygwincompiler.py, then I encountered another problem.</div><div><br></div><div>pyqtdeploy-build: Unable to freeze files: C:\Users\dino\Desktop\pyqtdeploy-2.4\demo\sysroot-win-64\lib\python3.7\msilib.py: [Errno 2] No such file or directory: 'C:\\Users\\dino\\Desktop\\pyqtdeploy-2.4\\demo\\sysroot-win-64\\lib\\python3.7\\msilib.py'<br></div><div><br></div><div>I could not find msilib,py at sysroot.(I could find test_msilib.py)</div>

</div><div><br></div>

</div><div>Michiaki ENDO</div><div>Sapporo, Japan<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">2020年1月29日(水) 8:50 Mamoru Inugami <<a href="mailto:inugami.mamoru@gmail.com">inugami.mamoru@gmail.com</a>>:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>Dear Phil,</div><div><br></div><div>I will add --verbose output.</div><div><br></div><div>pyqtdeploy-build: Unable to freeze files: C:\Users\dino\Desktop\pyqtdeploy-2.4\demo\sysroot-win-64\lib\python3.7\distutils\cygwincompiler.py: [Errno 2] No such file or directory: 'C:\\Users\\dino\\Desktop\\pyqtdeploy-2.4\\demo\\sysroot-win-64\\lib\\python3.7\\distutils\\cygwincompiler.py'</div><div><br></div><div>I could not find 
cygwincompiler.py but found cygwinccompiler.py.</div><div>I renamed 
cygwinccompiler.py to 


cygwincompiler.py, then I encountered another problem.</div><div><br></div><div>pyqtdeploy-build: Unable to freeze files: C:\Users\dino\Desktop\pyqtdeploy-2.4\demo\sysroot-win-64\lib\python3.7\msilib.py: [Errno 2] No such file or directory: 'C:\\Users\\dino\\Desktop\\pyqtdeploy-2.4\\demo\\sysroot-win-64\\lib\\python3.7\\msilib.py'<br></div><div><br></div><div>I could not find msilib,py at sysroot.(I could find test_msilib.py)</div><div><br></div><div>Michiaki ENDO</div><div>Sapporo, Japan<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">2020年1月29日(水) 8:38 Mamoru Inugami <<a href="mailto:inugami.mamoru@gmail.com" target="_blank">inugami.mamoru@gmail.com</a>>:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>Dear Phil,</div><div><br></div><div>Thank yor for your comment.</div><div>I could find distutils at standard libraries.</div><div><br></div><div>Then, I also encountered this problem.</div><div>....<br></div><div>Freezing C:\Users\dino\Desktop\pyqtdeploy-2.4\demo\sysroot-win-64\lib\python3.7\distutils\core.py...<br>Freezing C:\Users\dino\Desktop\pyqtdeploy-2.4\demo\sysroot-win-64\lib\python3.7\distutils\cygwincompiler.py...<br>pyqtdeploy-build: Unable to freeze files</div><div><br></div><div>Could you tell me how to solve this problem?</div><div><br></div><div>Michiaki ENDO</div><div>Sapporo, Japan<br></div><div><br></div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">2020年1月28日(火) 18:48 Phil Thompson <<a href="mailto:phil@riverbankcomputing.com" target="_blank">phil@riverbankcomputing.com</a>>:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On 28/01/2020 01:02, Mamoru Inugami wrote:<br>
> Dear pyqt-list,<br>
> <br>
> I try to compile my Python script using matplotlib via pyqtdeploy on<br>
> Windows10.<br>
> The build was successful but the output exe does not boot.<br>
> <br>
> Treceback was here:<br>
> temp5.py is my Python script, trying to import below at line 6.<br>
> <br>
> from matplotlib.backends.backend_qt5agg import FigureCanvasQTAgg as<br>
> FigureCanvas<br>
> <br>
> 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>
> <br>
> I have included all site-package libs to build my executable and<br>
> my script runs without error on Python interpreter.<br>
> <br>
> Could you tell me how to fix this problem ?<br>
<br>
Add distutils (and any other matplotlib dependency) to your pyqtdeploy <br>
project.<br>
<br>
Phil<br>
</blockquote></div>
</blockquote></div>
</blockquote></div>