Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Deploy Qt application that requires Python3
Forum Updated to NodeBB v4.3 + New Features

Deploy Qt application that requires Python3

Scheduled Pinned Locked Moved Solved Installation and Deployment
2 Posts 2 Posters 243 Views 2 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.
  • M Offline
    M Offline
    Mark81
    wrote on last edited by
    #1

    I'm working on a Qt5.15 Widget application that needs to launch some Python3 scripts and parse their stdout.
    On my dev machine all works fine, I'm using QProcess as usual.

    My concern is about the deployment of such an application. Ideally it should work on Windows and Linux (at least Windows 10 and latest versions of Debian/Ubuntu).

    What is the recommended approach? I would not rely on the final user to configure its own Python3 installation. It would be better if I can "embed" Python3 executable and its dependencies, but I'm not sure how to do it and above all if it's the right way.

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

      Hi,

      Pyinstaller might be an option.

      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
      1

      • Login

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