We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Launching Maya with any Qt 5 binding on your PYTHONPATH results in some of Pyblish's GUIs to cause Maya to segfault.
It's because it default to trying to find the most recent bindings for its GUIs, but Qt 5 isn't supported by Maya and thus causes it to crash.
Exclude unsupported bindings from the automatic lookup mechanism.
The text was updated successfully, but these errors were encountered:
With a new feature available in Qt.py, this can now be solved.
Sorry, something went wrong.
No branches or pull requests
Description
Launching Maya with any Qt 5 binding on your PYTHONPATH results in some of Pyblish's GUIs to cause Maya to segfault.
It's because it default to trying to find the most recent bindings for its GUIs, but Qt 5 isn't supported by Maya and thus causes it to crash.
Solution
Exclude unsupported bindings from the automatic lookup mechanism.
The text was updated successfully, but these errors were encountered: