-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Python - Windows: GKS: Qt6 support not compiled in #185
Comments
Hey @traits, |
A simple gr statement in the requirements.txt of my virtual environment produces Running https://gr-framework.org/examples/pygrwidgetqt6_ex.html as
and the following application window: Clicking "Draw" has no effect, the required data file kws.dat is found (but this is only an example, all Qt examples show the same behavior, and the GKS message is already there since application startup). |
Ok, thanks for the update. I will look into this today or tomorrow. |
I don't know (yet) why the latest release does not work with PyQt6, but our latest development release of (C-)GR does. So as a workaround, you can get our latest pre-compiled binaries from the set GR_VERSION=latest
pip install --no-cache-dir --force-reinstall gr
|
This is installed in a standard virtual environment on Windows 11. The venv's requirement file contains:
gr
PySide6
PyQt6
But every Qt6 example from the repositories example directory is displayed incompletely. It shows a Qt widget, some buttons, but nothing more is drawn and the error message from the title is shown inside the terminal. As far as I understand the basic Qt support for the GKS graphics kernel is missing. Is there any parameter in order to get a PyPi package with complete Qt6 support?
The text was updated successfully, but these errors were encountered: