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. Packaging advice...what's the latest?

Packaging advice...what's the latest?

Scheduled Pinned Locked Moved Unsolved Qt for Python
2 Posts 2 Posters 356 Views 1 Watching
  • 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.
  • D Offline
    D Offline
    Daniel McQ
    wrote on last edited by Daniel McQ
    #1

    Hi all. We're considering doing a port of a desktop app we've done in AIR/Flex to Qt for Python. An exciting prospect, except for the packaging process which still seems a bit murky.

    There are six different approaches noted on the "deployment" page for Qt for Python. I've experimented in the past with fbs, which worked reasonably well.

    Many thanks for any thoughts from the trenches on the latest, best, most efficient approach for packaging Qt for Python-based desktop apps for Windows and MacOS...

    1 Reply Last reply
    0
    • ndiasN Offline
      ndiasN Offline
      ndias
      wrote on last edited by
      #2

      Hi @Daniel-McQ ,

      I have successfully used PyInstaller to convert my PyQt/PySide applications into an executable file or package folder for windows systems. You can find a comprehensive tutorial at: https://www.mfitzp.com/tutorials/packaging-pyqt5-pyside2-applications-windows-pyinstaller/

      It's also MAC OS compatible but I've never done it.

      Regards

      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