You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
RepTate vv1.3.3+3.g07fc6b18
Error Traceback:
File "C:\ProgramData\Anaconda3\lib\runpy.py", line 193, in run_module_as_main
"main", mod_spec)
File "C:\ProgramData\Anaconda3\lib\runpy.py", line 85, in run_code
exec(code, run_globals)
File "C:\Users\mmvh\RepTate\RepTate_main.py", line 228, in
main()
File "C:\Users\mmvh\RepTate\RepTate_main.py", line 56, in main
start_RepTate(sys.argv[1:])
File "C:\Users\mmvh\RepTate\RepTate_main_.py", line 164, in start_RepTate
from RepTate.gui.QApplicationManager import QApplicationManager
File "C:\Users\mmvh\RepTate\RepTate\gui\QApplicationManager.py", line 63, in
from RepTate.applications.ApplicationTTS import ApplicationTTS
File "C:\Users\mmvh\RepTate\RepTate\applications\ApplicationTTS.py", line 39, in
from RepTate.gui.QApplicationWindow import QApplicationWindow
File "C:\Users\mmvh\RepTate\RepTate\gui\QApplicationWindow.py", line 93, in
from RepTate.gui.QDataSet import QDataSet
File "C:\Users\mmvh\RepTate\RepTate\gui\QDataSet.py", line 83, in
from RepTate.gui.QTheory import MinimizationMethod, ErrorCalculationMethod
File "C:\Users\mmvh\RepTate\RepTate\gui\QTheory.py", line 84, in
from RepTate.tools.ToolMaterialsDatabase import check_chemistry, get_all_parameters
File "C:\Users\mmvh\RepTate\RepTate\tools\ToolMaterialsDatabase.py", line 41, in
from RepTate.gui.QTool import QTool
File "C:\Users\mmvh\RepTate\RepTate\gui\QTool.py", line 88, in
Ui_ToolTab, QWidget = loadUiType(join(PATH, "Tooltab.ui"))
TypeError: cannot unpack non-iterable NoneType object
To Reproduce
Steps to reproduce the behaviour:
Created Python virtual environment (without anaconda)
Installed Python packages
tried to open with command: python -m RepTate
See error
RepTate version:
unknown
Expected behavior
Open RepTate
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
windows
Python distribution [e.g. conda, winpython]
Version [e.g. 22]
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
RepTate vv1.3.3+3.g07fc6b18
Error Traceback:
File "C:\ProgramData\Anaconda3\lib\runpy.py", line 193, in run_module_as_main
"main", mod_spec)
File "C:\ProgramData\Anaconda3\lib\runpy.py", line 85, in run_code
exec(code, run_globals)
File "C:\Users\mmvh\RepTate\RepTate_main.py", line 228, in
main()
File "C:\Users\mmvh\RepTate\RepTate_main.py", line 56, in main
start_RepTate(sys.argv[1:])
File "C:\Users\mmvh\RepTate\RepTate_main_.py", line 164, in start_RepTate
from RepTate.gui.QApplicationManager import QApplicationManager
File "C:\Users\mmvh\RepTate\RepTate\gui\QApplicationManager.py", line 63, in
from RepTate.applications.ApplicationTTS import ApplicationTTS
File "C:\Users\mmvh\RepTate\RepTate\applications\ApplicationTTS.py", line 39, in
from RepTate.gui.QApplicationWindow import QApplicationWindow
File "C:\Users\mmvh\RepTate\RepTate\gui\QApplicationWindow.py", line 93, in
from RepTate.gui.QDataSet import QDataSet
File "C:\Users\mmvh\RepTate\RepTate\gui\QDataSet.py", line 83, in
from RepTate.gui.QTheory import MinimizationMethod, ErrorCalculationMethod
File "C:\Users\mmvh\RepTate\RepTate\gui\QTheory.py", line 84, in
from RepTate.tools.ToolMaterialsDatabase import check_chemistry, get_all_parameters
File "C:\Users\mmvh\RepTate\RepTate\tools\ToolMaterialsDatabase.py", line 41, in
from RepTate.gui.QTool import QTool
File "C:\Users\mmvh\RepTate\RepTate\gui\QTool.py", line 88, in
Ui_ToolTab, QWidget = loadUiType(join(PATH, "Tooltab.ui"))
TypeError: cannot unpack non-iterable NoneType object
To Reproduce
Steps to reproduce the behaviour:
RepTate version:
unknown
Expected behavior
Open RepTate
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: