How to make .exe for pyqt5 application
-
wrote on 25 Jul 2022, 17:03 last edited by
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 haven't used it yet but I have heard good thing about Nuitka and its Qt support.
-
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.
wrote on 26 Jul 2022, 09:34 last edited byHi @LT-K101 ,
For more details how to use Nuitka to build .exe app from your pyqt5 application you can check this topic: https://forum.qt.io/post/718443
Regards
-
wrote on 27 Jul 2022, 06:18 last edited by
I use pyinstaller :)
-
wrote on 2 Aug 2022, 11:30 last edited by
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
1/5