Description
Hello Manuskript-Team
,
I just installed Manuskript v0.14.0 and tried to open manuskriptw.exe in order to avoid having a console window in the background. But when I do so I get the following error message on my Win 11 system:
Unhandled exception in Script
Failed to excecute script 'manuskript' due to unhandled exception 'NullWriter' object has no attribute 'fileno'
Traceback (most recent call last):
File "manuskript", line 11, in
File "", line 991, in _find_and_load
File "", line 975, in _find_and_load_unlocked
File "", line 671, in _load_unlocked
File "PyInstaller\loader\pyimod03_importers.py", line 495, in exec_module
File "manuskript\main.py", line 17, in
AttributeError: 'NullWriter' object has no attribute 'fileno'
My current workaround is to excecute the manuskript.exe as before. 😀
Activity