How to create executable application writting in Pyside6
-
wrote on 12 Sept 2021, 03:15 last edited by
I have written an applications using Pyside6 and would like to create executable that run on ubuntu. Any suggestion on how to do that.
-
I have written an applications using Pyside6 and would like to create executable that run on ubuntu. Any suggestion on how to do that.
wrote on 12 Sept 2021, 04:07 last edited by@kumar80 You can use pyinstaller as it already supports PySide6 from pyinstaller 4.4: https://pyinstaller.readthedocs.io/en/stable/CHANGES.html
-
wrote on 13 Sept 2021, 08:09 last edited by
@kumar80: You can find a comprehensive tutorial how to use pyinstaller at: https://www.mfitzp.com/tutorials/packaging-pyqt5-pyside2-applications-windows-pyinstaller/
1/3