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 in the process of porting a PyQt5 app to NixOS. There is a package available for QTermWidget (lxqt.qtermwidget by @romildo), yet it appears that the PyQt5 bindings are missing.
Expected Behavior
Upon install, QTermWidget should be found in Python path.
Current Behavior
from QTermWidget import QTermWidget returns ImportError
Context
Below is the custom package where I tried to include QTermWidget among Python dependancies. The attempts have been commented out.
I am in the process of porting a PyQt5 app to NixOS. There is a package available for QTermWidget (lxqt.qtermwidget by @romildo), yet it appears that the PyQt5 bindings are missing.
Expected Behavior
Upon install, QTermWidget should be found in Python path.
Current Behavior
from QTermWidget import QTermWidget
returnsImportError
Context
Below is the custom package where I tried to include QTermWidget among Python dependancies. The attempts have been commented out.
System Information
The text was updated successfully, but these errors were encountered: