I\'m new to coding and I need to transform my py file to an exe. I tried py2exe and it didn\'t work with python 3.5. Then I tried pyinstaller and it worked, but when I added PyQ
I've figured out how to make an exe with Python 3.5 and pyinstaller. You need to install this:
pip install https://github.com/pyinstaller/pyinstaller/archive/develop.zip --upgrade
Then add path to PyQt5 dll's. I used this:
pyinstaller -y --clean --paths C:\TEMP\env\Lib\site-packages\PyQt5\Qt\bin\