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