Not sure if the above trace is capturing the problem, running with trace 
enable changes how thing go, without tracing Leo hangs with its main widow 
open but no panes populating it, with the above, it did draw the pane then 
closed.

Tried another run with:

(lb-3.7) C:\VC\git\leo-editor [devel ≡ +3 ~3 -0 !]> python -m trace --trace 
launchLeo.py --ipython


and then froze with (not responding) in the title bar. Trace froze also, 
tail is:

 --- modulename: py3compat, funcname: encode
py3compat.py(20):     encoding = encoding or DEFAULT_ENCODING
py3compat.py(21):     return u.encode(encoding, "replace")
iostream.py(296):         self.parent_header = {}
iostream.py(297):         self._master_pid = os.getpid()
iostream.py(298):         self._flush_pending = False
iostream.py(299):         self._io_loop = pub_thread.io_loop
iostream.py(300):         self._new_buffer()
 --- modulename: iostream, funcname: _new_buffer
iostream.py(436):         self._buffer = StringIO()
iostream.py(301):         self.echo = None
iostream.py(303):         if echo:

-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/leo-editor/62d6c5c8-f2d2-46ee-bb0e-57e3c93da576%40googlegroups.com.

Reply via email to