-
Bug
-
Resolution: Fixed
-
P3: Somewhat important
-
None
-
1.11.0
-
None
The generated project template cannot be run because it has Ui_Widget instead of Ui_Mainwindow
I attached a screenshot on how to generate the template
How I built dependencies and ran the project:
python3 -m venv .venv source .venv/bin/activate.fish python3 -m pip install -r requirements.txt pyside6-project run
/Users/orkun/qt_work/generated_projects/python_mainwindow/.venv/bin/python3 /Users/orkun/qt_work/generated_projects/python_mainwindow/mainwindow.py Traceback (most recent call last): File "/Users/orkun/qt_work/generated_projects/python_mainwindow/mainwindow.py", line 7, in <module> from ui_form import Ui_Widget ImportError: cannot import name 'Ui_Widget' from 'ui_form' (/Users/orkun/qt_work/generated_projects/python_mainwindow/ui_form.py)