Open csaez opened 10 years ago
loadUi is crashing Softimage on the PySide side without any warning (it just dissapears), but works well on standalone apps.
loadUi
As a workaround wishlib.qt favors PyQt4 when both libs are available, although you can change / set the "active binding" at runtime.
wishlib.qt
from wishlib import qt qt.active = 'PySide'
loadUi
is crashing Softimage on the PySide side without any warning (it just dissapears), but works well on standalone apps.