PySide6 and Nuitka Commercial
-
Hi,
I have tested PySide6 deployment with nuitka non-commercial, using the commandpyside6-deploy /path/to/main_file.py
It does work as expected.
However, does the same command still work when I have nuitka commercial?
Can I specify to use nuitka commercial in thepysidedeploy.spec
file?
If yes, how? And if not, are there other ways, or should I simply skip usingpyside6-deploy
?
I am using Python 3.13.3 and PySide6 6.8.0.2 on a Raspberry PI 5, with Rasperry PI OS 12.
Thank you! -
Hi,
Based on a quick look of the Nuitka Commercial doc, it should be a drop-in replacement with just more features so I think you should be able to use it as is.
-
Hi,
Based on a quick look of the Nuitka Commercial doc, it should be a drop-in replacement with just more features so I think you should be able to use it as is.
-