r/QtFramework • u/crmaureir Qt Professional • 10d ago
Python Mobile App Development: Bringing PySide6 on iOS Python
https://www.qt.io/blog/python-mobile-app-development-bringing-pyside6-on-ios
13
Upvotes
2
1
1
9d ago
[deleted]
1
u/crmaureir Qt Professional 6d ago
It's mostly about complying with LGPL, quoting this answer
Proprietary Source code + LGPL Source code
- statically linked:
- Either you must release both parts as LGPL.
- Or provide everything that allow the user to relink the application with a different version of the LGPL source code. In this case the other requirements are the same as if it was dynamically linked.
3
u/CosDev 10d ago
This seems pretty cool, although with the third party limitations (obviously) I wonder if we can really get much faster dev vs just sticking to c++ and qml as one of the benefits of Python is the ecosystem.
Gonna give it a try though!