Closed ObaraEmmanuel closed 1 year ago
Hello @ObaraEmmanuel, thanks for the bug report. Can you provide a minimal UI example to reproduce the error?
Regards Alejandro A.
The problem is with the class name so even a single frame UI is sufficient to reproduce the issue. The default class name is what is causing the problem.
新项目App
is not a valid class name. But I realize now it can be changed.
Code generation fails when locale is set to
zh_CN
orzh_Hans
. Probably also fails for other locales which contain characters which are not valid in a python identifier. This is because translations are applied to generated class names.