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 a desktop app for cross platform built on PyQt6 Python

Packaging a desktop app for cross platform built on PyQt6 Python

Scheduled Pinned Locked Moved Unsolved Qt for Python
4 Posts 3 Posters 331 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.
  • D Offline
    D Offline
    dev-anis
    wrote on 6 Feb 2025, 17:27 last edited by
    #1

    Hi. I developed a desktop application using PyQt6 where I used sqlite as local database, sqlalchemy as orm and alembic for database migration. I followed the documentation of PyQt5 packaging for linux since i did not find any resource for PyQt6. But, it doesn't work. Is there any resource or solution to make package the app and make the .deb installer file for linux?

    J 1 Reply Last reply 6 Feb 2025, 18:52
    0
    • D dev-anis
      6 Feb 2025, 17:27

      Hi. I developed a desktop application using PyQt6 where I used sqlite as local database, sqlalchemy as orm and alembic for database migration. I followed the documentation of PyQt5 packaging for linux since i did not find any resource for PyQt6. But, it doesn't work. Is there any resource or solution to make package the app and make the .deb installer file for linux?

      J Offline
      J Offline
      JonB
      wrote on 6 Feb 2025, 18:52 last edited by
      #2

      @dev-anis
      If you do not get an answer here, don't forget PyQt is third-party. They have mailing list if you need to ask there.

      1 Reply Last reply
      0
      • D Offline
        D Offline
        dev-anis
        wrote on 11 Feb 2025, 18:49 last edited by
        #3

        Thanks for your information. I'm not getting any kind of resource too regarding the packaging.

        1 Reply Last reply
        0
        • C Offline
          C Offline
          CristianMaureira
          wrote on 1 Apr 2025, 13:28 last edited by
          #4

          Hey @dev-anis what you are trying to achieve is completely possible in PyQt6 (bindings by Riverbank Computng), but I'm not familiar how. That being said, within PySide6 (official bindings by The Qt Company) we have a tutorial for creating a SQL Alchemy PySide6 application https://doc.qt.io/qtforpython-6/tutorials/finance_manager/index.html#tutorial-financemanager where you can create a package with the deployment tool

          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