<div dir="ltr"><div><div>Hello,<br><br></div>I've noticed that when I install PyQt5 from PyPI using pip every *.so file in *python-install-dir*/lib/pytho<wbr>n*.*/site-packages/PyQt5 (such as QtCore.so, QtGui.co, etc) depends on /Library/Frameworks/Python.fra<wbr>mework/Versions/3.6/lib/python<wbr>3.6/site-packages/PyQt5/QtCore<wbr>.so. <br></div><div><br></div><div>The
 thing is that I'm using python3.5 and don't have that folder. Even 
more, I'm using pyenv so I don't even have /Library/Frameworks/Python.fra<wbr>mework. <br></div><div><br></div><div>Strangely
 enough, when running my application from source code, there is no error
 about Qt unable to load it's dynamic libraries, but when I want to 
freeze the application (make an app bundle for OSX) the freezing 
software (I'm using cx_Freeze) tries to copy that dependency, couldn't 
find it and fails.</div><div><br></div>Don't know who's at fault here - cx_Freeze or the way PyQt5 wheel is packaged. Isn't /Library/Frameworks/Python.fra<wbr>mework/Versions/3.6/lib/python<wbr>3.6/site-packages/PyQt5/QtCore<wbr>.so supposed to be the same file that is *python-install-dir*/lib/pytho<wbr>n*.*/site-packages/PyQt5/QtCor<wbr>e.so?
 Why this file depends on itself? This is the reason that I'm posting 
this bug report here and not on the cx_Freeze forum.<br clear="all"><br>-- <br><div class="gmail_signature">//</div>
</div>