Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
I have written an applications using Pyside6 and would like to create executable that run on ubuntu. Any suggestion on how to do that.
@kumar80 You can use pyinstaller as it already supports PySide6 from pyinstaller 4.4: https://pyinstaller.readthedocs.io/en/stable/CHANGES.html
@kumar80: You can find a comprehensive tutorial how to use pyinstaller at: https://www.mfitzp.com/tutorials/packaging-pyqt5-pyside2-applications-windows-pyinstaller/