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

"AttributeError" exception raised when using "rez-gui" Package Browser with Pyside2 . #849

Closed
KelSolaar opened this issue Feb 6, 2020 · 1 comment
Labels

Comments

@KelSolaar
Copy link
Contributor

Title says it all! :)

C:\Users\thomas>rez-gui
Traceback (most recent call last):
  File "c:\progra~1\rez\lib\site-packages\rezgui\windows\MainWindow.py", line 72, in _open_package_browser
    subwindow = BrowsePackageSubWindow()
  File "c:\progra~1\rez\lib\site-packages\rezgui\windows\BrowsePackageSubWindow.py", line 15, in __init__
    widget = BrowsePackagePane()
  File "c:\progra~1\rez\lib\site-packages\rezgui\widgets\BrowsePackagePane.py", line 20, in __init__
    self.browse = BrowsePackageWidget(self.context_model)
  File "c:\progra~1\rez\lib\site-packages\rezgui\widgets\BrowsePackageWidget.py", line 26, in __init__
    callback=package_selectable_callback)
  File "c:\progra~1\rez\lib\site-packages\rezgui\widgets\PackageVersionsTable.py", line 32, in __init__
    vh.setResizeMode(QtWidgets.QHeaderView.ResizeToContents)
AttributeError: 'PySide2.QtWidgets.QHeaderView' object has no attribute 'setResizeMode'

Cheers,

Thomas

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

3 participants