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. Examples of using Qt Installer Framework to package a Python application for Linux/Windows/MacOS?
Forum Updated to NodeBB v4.3 + New Features

Examples of using Qt Installer Framework to package a Python application for Linux/Windows/MacOS?

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
1 Posts 1 Posters 409 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.
  • J Offline
    J Offline
    James Adams
    wrote on last edited by
    #1

    I have a Python application that I'd like to package using the Qt Installer Framework, as this is being used by another colleague to package his C++/Qt application and we'd like to use the same installer for both if possible (and PyInstaller has not worked as advertised).

    I've not found examples of how a Python application can be packaged for installation using the Qt Installer Framework. If a tutorial or some other example of this is available then please point me in the right direction.

    My application monitors a video feed and performs object detection on individual frames more or less in real time. It uses Python, OpenCV, SQLAlchemy, Keras, and TensorFlow. My assumption is that I'll want to package a minimal Python distribution/interpreter and the required libraries, and provide a hook for the user to launch the application's main script. An example of how this can be done using the Qt Installer Framework is what I'm looking for.

    Thanks in advance for any assistance with this, I appreciate your help.

    1 Reply Last reply
    0

    • Login

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