Closed Zzoomrus closed 1 month ago
In
utils/modules_thread.py
on 161 string:python_executable = sys.executable()
—sys.executable
return string, it's not callable. Justpython_executable = sys.executable
It prevents modules from start if venv is used without any error messages.
Yeah, My bad, Thanks.
In
utils/modules_thread.py
on 161 string:python_executable = sys.executable()
—sys.executable
return string, it's not callable. Justpython_executable = sys.executable
It prevents modules from start if venv is used without any error messages.