csaez / wishlib

Core library for Autodesk Maya/Softimage developments.
MIT License
5 stars 1 forks source link

PySide's loadUi crash Softimage #2

Open csaez opened 10 years ago

csaez commented 10 years ago

loadUi is crashing Softimage on the PySide side without any warning (it just dissapears), but works well on standalone apps.

csaez commented 10 years ago

As a workaround wishlib.qt favors PyQt4 when both libs are available, although you can change / set the "active binding" at runtime.

from wishlib import qt
qt.active = 'PySide'