Hello Thomas,
Am Mi., 4. Sept. 2024 um 13:33 Uhr schrieb Thomas Passin <
[email protected]>:
> Thanks for testing, and thanks for the report. The big-tree layout was a
> late addition and it works for me. I haven't tried the outline on Linux,
> yet. I'm puzzled by the error report, though. It's reporting the wrong
> place in the file: the AttributeError reported can't happen there since
> it's just a string split.
>
> Could you try the outline using a current version of the devel branch?
> IIRC the missing getVr() method is something that Edward added recently,
> probably after 6.8.1 was released. If you can't update for now I could
> send you a version that does work with 6.8.1 too.
>
The picture changes - but - the ~ hiccup ~ persists - Here's my log again:
* Try command 'layout-open-rpcalc-in-tabbed-body' ? - Works as before ...
* Try command 'layout-big-tree' ? - GUI changes but tracebacks - See log ...
* Try command 'layout-restore-default' ? - GUI no longer changes but still
tracebacks - See log ...
With kind regards,
Viktor
###
Leo Log Window
Leo 6.8.2-devel, devel branch, build 12f06b69ea
2024-08-28 10:58:09 -0500
Python 3.12.5, PyQt version 6.7.1
linux
setting leoID from os.getenv('USER'): 'user'
home: /home/user
leo-editor: /home/user/PyVE/GitHub/Leo/leo-editor
load: /home/user/PyVE/GitHub/Leo/leo-editor/leo/core
config: /home/user/PyVE/GitHub/Leo/leo-editor/leo/config
reading settings in
/home/user/PyVE/GitHub/Leo/leo-editor/leo/config/leoSettings.leo
reading settings in /home/user/.leo/myLeoSettings.leo
reading settings in
/home/user/PyVE/GitHub/Leo/leo-editor/leo/themes/tbp_dark_solarized.leo
VR3 -- no asciidoc processor
VR3 -- no asciidoc3 processor
Can't find /home/user/.leo/vr3/vr3_config.ini so VR3 cannot execute
non-Python code
reading settings in /home/user/Documents/SL2024.leo
read outline in 0.29 seconds
### No output for 'layout-open-rpcalc-in-tabbed-body':
### Output for 'layout-big-tree':
getVr "c" or "event" kwarg required
atCommandCallback,executeScript,executeScriptHelper,<module>
exception executing script
Traceback (most recent call last):
File "/home/user/PyVE/GitHub/Leo/leo-editor/leo/core/leoCommands.py",
line 1214, in executeScript
c.executeScriptHelper(args, define_g, define_name, namespace,
script)
File "/home/user/PyVE/GitHub/Leo/leo-editor/leo/core/leoCommands.py",
line 1259, in executeScriptHelper
exec(compile(script, scriptFile, 'exec'), d)
File "/home/user/.leo/scriptFile.py", line 41, in <module>
AttributeError: 'NoneType' object has no attribute 'setParent'
--------------------
### Output for 'layout-restore-default':
getVr "c" or "event" kwarg required
atCommandCallback,executeScript,executeScriptHelper,<module>
exception executing script
Traceback (most recent call last):
File "/home/user/PyVE/GitHub/Leo/leo-editor/leo/core/leoCommands.py",
line 1214, in executeScript
c.executeScriptHelper(args, define_g, define_name, namespace,
script)
File "/home/user/PyVE/GitHub/Leo/leo-editor/leo/core/leoCommands.py",
line 1259, in executeScriptHelper
exec(compile(script, scriptFile, 'exec'), d)
File "/home/user/.leo/scriptFile.py", line 41, in <module>
AttributeError: 'NoneType' object has no attribute 'setParent'
--------------------
--
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/CAAeSrGL4VXXs_YnKjp%3DFPMsFzfaAEdZWuMRWem9hb%2B9BMM0RaA%40mail.gmail.com.