Skip to content
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

Fix accidental Qt backend import #167

Merged
merged 6 commits into from
Oct 10, 2023
Merged

Fix accidental Qt backend import #167

merged 6 commits into from
Oct 10, 2023

Conversation

leon-thomm
Copy link
Owner

Fixes #159 .

Originally #166 .

leon-thomm and others added 6 commits September 20, 2023 19:32
constrained Python version to <3.10, PySide2 crashes on 3.11
Otherwise importing Design from ryvencore_qt.src.Design can cause a qt error when multiple Qt Backends are available.

It is not Ideal to set an environment variable in the config class but it is a fix until Design is removed.
Load config before importing gui env. Since the environmnet variable is now set in config.py, this ensures the QT_API is set before impoting init_node_guis_env
@leon-thomm leon-thomm merged commit 081d92e into dev Oct 10, 2023
0 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants