You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Regarding the original request - Python bindings may be built by default if sip-wheel is called via add_custom_target or add_custom_command CMake commands. Patches are welcome!
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.
The text was updated successfully, but these errors were encountered: