Describe the bug
Once the venv has been setup, running python src/main.py shows no application window started whatsoever...
To Reproduce
Steps to reproduce the behavior:
- git clone the repo
- created a virtual environment
- installed the dependencies with requirement.txt
- start the application with
python src/main.py
Expected behavior
The application will show a GUI window (?)
Troubleshooting
2026-03-23 11:55:51,308 main.py:19 MainThread INFO -- Starting Mi Create --
2026-03-23 11:55:51,308 main.py:20 MainThread INFO Initializing modules
2026-03-23 11:55:52,689 main.py:99 MainThread INFO Initializing MainWindow
2026-03-23 11:55:52,728 main.py:109 MainThread INFO Initializing WatchData
2026-03-23 11:55:52,730 main.py:113 MainThread INFO Initializing Application Widgets
2026-03-23 11:55:52,730 main.py:115 MainThread INFO Initializing Workspace
2026-03-23 11:55:52,731 main.py:117 MainThread INFO Initializing Explorer
2026-03-23 11:55:52,733 main.py:126 MainThread INFO Initializing Language Files
2026-03-23 11:55:52,733 main.py:130 MainThread INFO Language directory found: locales/ru
2026-03-23 11:55:52,734 main.py:130 MainThread INFO Language directory found: locales/en
2026-03-23 11:55:52,734 main.py:130 MainThread INFO Language directory found: locales/pt
2026-03-23 11:55:52,734 main.py:130 MainThread INFO Language directory found: locales/es
2026-03-23 11:55:52,734 main.py:130 MainThread INFO Language directory found: locales/uk
2026-03-23 11:55:52,735 main.py:130 MainThread INFO Language directory found: locales/zh
2026-03-23 11:55:52,735 main.py:130 MainThread INFO Language directory found: locales/it
2026-03-23 11:55:52,735 main.py:142 MainThread INFO Initializing Watch Properties
2026-03-23 11:55:52,737 main.py:145 MainThread INFO Initializing Settings
2026-03-23 11:55:52,737 theme.py:23 MainThread INFO Initializing Themes
2026-03-23 11:55:52,737 theme.py:27 MainThread DEBUG Themes directory found: themes/Default
2026-03-23 11:55:52,738 main.py:381 MainThread INFO settingItems.json loaded
2026-03-23 11:55:52,749 main.py:156 MainThread INFO Initializing Dialogs
qt.multimedia.ffmpeg: Using Qt multimedia with FFmpeg version 7.1.2 LGPL version 2.1 or later
2026-03-23 11:55:52,814 main.py:160 MainThread INFO No language selected
qt.core.qfuture.continuations: Parent future has 2 result(s), but only the first result will be handled in the continuation.
Screenshots
n/a
Desktop (please complete the following information):
Operating System: Ubuntu 25.04
Kernel: Linux 6.14.0-37-generic
Using wayland instead of x11...
Describe the bug
Once the venv has been setup, running
python src/main.pyshows no application window started whatsoever...To Reproduce
Steps to reproduce the behavior:
python src/main.pyExpected behavior
The application will show a GUI window (?)
Troubleshooting
Screenshots
n/a
Desktop (please complete the following information):
Operating System: Ubuntu 25.04
Kernel: Linux 6.14.0-37-generic
Using wayland instead of x11...