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

Segfault with Qt 5 bindings on PYTHONPATH #60

Open
mottosso opened this issue Jun 27, 2016 · 1 comment
Open

Segfault with Qt 5 bindings on PYTHONPATH #60

mottosso opened this issue Jun 27, 2016 · 1 comment
Labels

Comments

@mottosso
Copy link
Member

mottosso commented Jun 27, 2016

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.

@mottosso mottosso added the bug label Jun 27, 2016
@mottosso
Copy link
Member Author

With a new feature available in Qt.py, this can now be solved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant