Ups! Now that I've just updated to the last commit at GitHub
(ca18e51063a9) to fix the issues with the leoBridge (which is working
great!), I've found that my usual command line to open Leo is not
working any more:
pythonw.exe "C:\dev\Leo-5.4\launchLeo.py" --session-save --session-restore
But if I change it to this one:
python.exe "C:\dev\Leo-5.4\launchLeo.py" --session-save --session-restore
It works!
My current configuration is this one (shown when run with python.exe, of course):
Leo Log Window
Leo 5.5, build 20170804155810, Fri Aug 4 15:58:10 CDT 2017
Git repo info: branch = master, commit = ca18e51063a9
Python 3.6.1, PyQt version 5.6.2
Windows 10 AMD64 (build 10.0.15063) SP0
isPython3: True
caching enabled
The problem is that when using "pythonw.exe" I see no logs at all. Is there a way to enable them?