Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt for Python
  4. How to make .exe for pyqt5 application
QtWS25 Last Chance

How to make .exe for pyqt5 application

Scheduled Pinned Locked Moved Unsolved Qt for Python
5 Posts 5 Posters 1.4k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • L Offline
    L Offline
    LT-K101
    wrote on last edited by
    #1

    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.

    ndiasN 1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      I haven't used it yet but I have heard good thing about Nuitka and its Qt support.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • L LT-K101

        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.

        ndiasN Offline
        ndiasN Offline
        ndias
        wrote on last edited by
        #3

        Hi @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

        1 Reply Last reply
        1
        • S Offline
          S Offline
          strayaaaa
          wrote on last edited by
          #4

          I use pyinstaller :)

          1 Reply Last reply
          0
          • CristianMaureiraC Offline
            CristianMaureiraC Offline
            CristianMaureira
            wrote on last edited by
            #5

            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 Reply Last reply
            1

            • Login

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • Users
            • Groups
            • Search
            • Get Qt Extensions
            • Unsolved