getavalon / core

The safe post-production pipeline - https://getavalon.github.io/2.0
MIT License
218 stars 48 forks source link

Update Qt.py #378

Closed davidlatwe closed 5 years ago

davidlatwe commented 5 years ago

Problem

After installing PySide2 in my Avalon environment, when I try to open Avalon Loader from the Launcher action, it gave me this error :

AttributeError: module 'PySide2.QtGui' has no attribute 'QStringListModel'

Solution

Updating vendorized Qt.py to the latest version (1.2.0.b3) solved this.


In Gitter :point_up: March 21, 2019 3:33 PM

mottosso commented 5 years ago

Thanks, shouldn't cause any issues. Free to merge.

BigRoy commented 5 years ago

Perfect, free to merge.

davidlatwe commented 5 years ago

Merging this, thanks !