lxqt / qtermwidget

The terminal widget for QTerminal
https://lxqt.github.io
GNU General Public License v2.0
485 stars 247 forks source link

[Request] Please provide Python bindings by default #536

Open willbelr opened 3 months ago

willbelr commented 3 months ago

I am using QTermWidget in a PyQt5 application, which functions perfectly well on Arch Linux and is straightforward to install. However, the Python bindings are not provided in other distributions, thus necessitating users to build their own packages, making it a pain to deploy. Given that it imposes minimal overhead, would you consider enabling PyQt bindings by default for all qtermwidget binaries? Doing so is likely to resolve issue #533 too. Thank you.

willbelr commented 3 months ago

Also related to #364

redtide commented 3 months ago

PySide6 instead?

madprops commented 2 days ago

Does qtermwidget work on pyside6? I can't find documentation on how to use it.

yan12125 commented 1 day ago

Does qtermwidget work on pyside6?

Nope, only pyqt6. I'm not sure why redtide mentioned that.