> Mostly I'm interested in what's going on with VR3 and those error messages.
>
I disabled myLeoSettings and used the default leoSettings.leo to rule out
any custom settings. The @command scripts are in the local outline and at
the same level as @commands, @string mmap_render_dev = vr3
I ran mmap-tree and get:
*Leo Log WindowLeo 6.4-devel2, devel branch, build 27d3615ab22021-08-03
16:08:35 -0500Python 3.9.6, PyQt version 5.15.2Windows 10 AMD64 (build
10.0.19042) SP0read outline in 0.03 secondsunexpected exception in
g.getScriptTraceback (most recent call last): File
"N:\git\leo-editor\leo\core\leoGlobals.py", line 7429, in getScript s =
g.extractExecutableString(c, p, s) File
"N:\git\leo-editor\leo\core\leoGlobals.py", line 7477, in
extractExecutableString language = g.scanForAtLanguage(c, p) File
"N:\git\leo-editor\leo\core\leoGlobals.py", line 3522, in
scanForAtLanguage for p in p.self_and_parents(copy=False): File
"N:\git\leo-editor\leo\core\leoNodes.py", line 527, in self_and_parents
p = p.copy() File "N:\git\leo-editor\leo\core\leoNodes.py", line 1414, in
copy return Position(self.v, self._childIndex,
self.stack)RecursionError: maximum recursion depth exceeded*
[end]
And with the @command scripts as children of @commands node, here are error
messages :
*VR3 stylesheet:
N:/git/leo-editor/leo/plugins/viewrendered3/vr3_rst.cssTraceback (most
recent call last): File "N:\git\leo-editor\leo\core\leoCommands.py", line
2203, in doCommand return_value = command_func(event) File
"N:\git\leo-editor\leo\plugins\viewrendered3.py", line 1242, in
update_rendering_pane vr3.update(tag='view', keywords={'c': c, 'force':
True}) File "N:\git\leo-editor\leo\plugins\viewrendered3.py", line 1908,
in update f(_tree, keywords) File
"N:\git\leo-editor\leo\plugins\viewrendered3.py", line 2753, in
update_rst self.set_html(h, w) File
"N:\git\leo-editor\leo\plugins\viewrendered3.py", line 3649, in set_html
w.setHtml(s, url_base)TypeError: setHtml(self, str): too many arguments*
[end]
Hope it helps
Lewis
--
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/b4b31346-4466-461c-ba6f-341e3c83f30an%40googlegroups.com.