Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Not Evaluated
-
Resolution: Duplicate
-
Affects Version/s: 5.14.0
-
Fix Version/s: None
-
Component/s: Tooling
-
Labels:None
-
Platform/s:
Description
Compiling some .ui files produces SyntaxError py sources:
File "/home/l/tmp__/SDAT/sdat/ui/declarative/ui_general_settings.py", line 199
{{ self.getting_started_checkBox.raise()}}
^
SyntaxError: invalid syntax
raise as known, is reserved word in Python. I do not know where the raise is from...
This started when I used new uic tool inside PySide2 v5.14.0