-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcrash_log.txt
More file actions
30 lines (26 loc) · 1.57 KB
/
crash_log.txt
File metadata and controls
30 lines (26 loc) · 1.57 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
============================================================
CRASH at 2026-01-24 20:23:59.249514
============================================================
Traceback (most recent call last):
File "C:\Users\rphil2\Dropbox\python scripts\breath_analysis\LabIndex\run.py", line 24, in main_with_error_handling
main()
File "C:\Users\rphil2\Dropbox\python scripts\breath_analysis\LabIndex\src\labindex_app\__main__.py", line 72, in main
window = MainWindow()
^^^^^^^^^^^^
File "C:\Users\rphil2\Dropbox\python scripts\breath_analysis\LabIndex\src\labindex_app\views\main_window.py", line 44, in __init__
self._setup_ui()
File "C:\Users\rphil2\Dropbox\python scripts\breath_analysis\LabIndex\src\labindex_app\views\main_window.py", line 118, in _setup_ui
self._setup_search_tab()
File "C:\Users\rphil2\Dropbox\python scripts\breath_analysis\LabIndex\src\labindex_app\views\main_window.py", line 290, in _setup_search_tab
self.layout_combo = QComboBox()
^^^^^^^^^
NameError: name 'QComboBox' is not defined
============================================================
CRASH at 2026-01-24 20:39:36.506289
============================================================
Traceback (most recent call last):
File "C:\Users\rphil2\Dropbox\python scripts\breath_analysis\LabIndex\run.py", line 24, in main_with_error_handling
main()
File "C:\Users\rphil2\Dropbox\python scripts\breath_analysis\LabIndex\src\labindex_app\__main__.py", line 52, in main
from PyQt6.QtWidgets import QApplication
ModuleNotFoundError: No module named 'PyQt6'