How to make .exe for pyqt5 application
-
Hi,
I have developed an app using pyqt5 and I want to make a .exe . I have five .py files and one sqlite3 database file. I did try using auto-py-to-exe to make the .exe but all the icons and images are not showing.Secondly the App exist when i click on a button to move to the next page but everything works well when i run in pycharm. This is my first time making a .exe file, I need assistance please. Thanks in advance.
-
Hi,
I have developed an app using pyqt5 and I want to make a .exe . I have five .py files and one sqlite3 database file. I did try using auto-py-to-exe to make the .exe but all the icons and images are not showing.Secondly the App exist when i click on a button to move to the next page but everything works well when i run in pycharm. This is my first time making a .exe file, I need assistance please. Thanks in advance.
-
In case you are willing to use PySide, here you have some tutorials (maybe they are compatible with PyQt as well) https://doc.qt.io/qtforpython/deployment.html#deployment-guides