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

Maya and incompatible bindings on PYTHONPATH #146

Closed
mottosso opened this issue Sep 28, 2016 · 0 comments
Closed

Maya and incompatible bindings on PYTHONPATH #146

mottosso opened this issue Sep 28, 2016 · 0 comments
Labels

Comments

@mottosso
Copy link
Owner

Problem

Launching Maya < 2017 with a binding for Qt 5 on your PYTHONPATH may cause Maya to segfault due to picking up either PyQt5 or PySide2, when it only supports PyQt4 and PySide.

  • Affects Maya 2016 and below.

Solution

Limit preferred bindings to those supported by your version of Maya.

# Linux
$ export QT_PREFERRED_BINDING=PySide:PyQt4
# Windows
$ set QT_PREFERRED_BINDING=PySide;PyQt4
$ maya
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