Please or Register to create posts and topics.

Natron 2.5 integration error

I'm running latest Natron 2.5 and latest Prism 1.3 and am seeing this error when launching Natron:

19/03/23 20:21:11 ERROR - PrismCore

Core: v1.3.0.83
App plugin: Natron v1.3.0.0

File "C:\Prism\Scripts\PrismUtils\Decorators.py", line 57, in func_wrapper
return func(*args, **kwargs)
File "C:\Prism\Scripts\PrismCore.py", line 415, in startup
self.projectBrowser()
File "C:\Prism\Scripts\PrismUtils\Decorators.py", line 79, in func_wrapper
"".join(traceback.format_stack()),

Traceback (most recent call last):
File "C:\Prism\Scripts\PrismUtils\Decorators.py", line 57, in func_wrapper
return func(*args, **kwargs)
File "C:\Prism\Scripts\PrismCore.py", line 1011, in projectBrowser
self.pb = ProjectBrowser.ProjectBrowser(core=self)
File "C:\Prism\Scripts\ProjectScripts\ProjectBrowser.py", line 120, in __init__
self.setupUi(self)
File "C:\Prism\Scripts\ProjectScripts\UserInterfaces\ProjectBrowser_ui.py", line 57, in setupUi
self.l_aHierarchy.setAlignment(QtCore.Qt.AlignLeading|QtCore.Qt.AlignLeft|QtCore.Qt.AlignTop)
TypeError: 'PySide.QtCore.Qt.AlignmentFlag' object cannot be interpreted as an integer

Does anyone know what the issue is here? Is Natron 2.5 supported?

Thanks!