Hacker News new | ask | show | jobs
by q3k 2668 days ago
You can ship a closed-source product with LGPL licensed libraries like PySide/PyQt as long as you respect the license (most difficult part to comply with is relinkability by the user if you're shipping with static libs) [1].

[1] - https://www.qt.io/faq/#_Toc_3_7