I installed WhisperWriter, apparently successfully, and filled out the settings window that came up automatically. Config.yaml and config.schema.yaml both contain information I input. But when I tried to start WhisperWriter, this appeared:
(venv) C:\WhisperWriter2>python run.py
Starting WhisperWriter...
No valid configuration file found. Opening settings window...
Traceback (most recent call last):
File "C:\WhisperWriter2\src\main.py", line 106, in restart_app
self.cleanup()
File "C:\WhisperWriter2\src\main.py", line 92, in cleanup
if self.key_listener:
^^^^^^^^^^^^^^^^^
AttributeError: 'WhisperWriterApp' object has no attribute 'key_listener'
FWIW, c:\WhisperWriter\ contains "key_listener.py".
How do I open the settings window if WhisperWriter won't come up? And what do I do then? Or does it really need something else entirely?
I installed WhisperWriter, apparently successfully, and filled out the settings window that came up automatically. Config.yaml and config.schema.yaml both contain information I input. But when I tried to start WhisperWriter, this appeared:
(venv) C:\WhisperWriter2>python run.py Starting WhisperWriter... No valid configuration file found. Opening settings window... Traceback (most recent call last): File "C:\WhisperWriter2\src\main.py", line 106, in restart_app self.cleanup() File "C:\WhisperWriter2\src\main.py", line 92, in cleanup if self.key_listener: ^^^^^^^^^^^^^^^^^ AttributeError: 'WhisperWriterApp' object has no attribute 'key_listener' FWIW, c:\WhisperWriter\ contains "key_listener.py".
How do I open the settings window if WhisperWriter won't come up? And what do I do then? Or does it really need something else entirely?
Thanks.