Python 3.11.2, PyQt version 6.7.0
linux
Can not load session
Traceback (most recent call last):
File "/home/user/PyVE/GitHub/Leo/leo-editor/leo/core/leoApp.py", line 2307, in doPostPluginsInit
g.app.sessionManager.load_session(c1, aList)
File "/home/user/PyVE/GitHub/Leo/leo-editor/leo/core/leoSessions.py", line 72, in load_session
g.openWithFileName(fn, gui=g.app.gui, old_c=c)
File "/home/user/PyVE/GitHub/Leo/leo-editor/leo/core/leoGlobals.py", line 3238, in openWithFileName
return g.app.loadManager.openWithFileName(fileName, gui, old_c)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/user/PyVE/GitHub/Leo/leo-editor/leo/core/leoApp.py", line 3010, in openWithFileName
return lm.openExistingLeoFile(file_name, gui, old_c)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/user/PyVE/GitHub/Leo/leo-editor/leo/core/leoApp.py", line 3209, in openExistingLeoFile
c = g.app.newCommander(
^^^^^^^^^^^^^^^^^^^
File "/home/user/PyVE/GitHub/Leo/leo-editor/leo/core/leoApp.py", line 1516, in newCommander
c = leoCommands.Commands(fileName,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/user/PyVE/GitHub/Leo/leo-editor/leo/core/leoCommands.py", line 165, in __init__
c.finishCreate() # Slightly slow.
^^^^^^^^^^^^^^^^
File "/home/user/PyVE/GitHub/Leo/leo-editor/leo/core/leoCommands.py", line 467, in finishCreate
c.frame.log.finishCreate()
File "/home/user/PyVE/GitHub/Leo/leo-editor/leo/plugins/qt_frame.py", line 2598, in finishCreate
c.spellCommands.openSpellTab()
File "/home/user/PyVE/GitHub/Leo/leo-editor/leo/commands/spellCommands.py", line 443, in openSpellTab
self.handler = SpellTabHandler(c, tabName)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/user/PyVE/GitHub/Leo/leo-editor/leo/commands/spellCommands.py", line 675, in __init__
self.spellController = DefaultWrapper(c) # type:ignore
^^^^^^^^^^^^^^^^^
File "/home/user/PyVE/GitHub/Leo/leo-editor/leo/commands/spellCommands.py", line 185, in __init__
g.app.spellDict = DefaultDict().d # 2024/04/09: bug fix.
^^^^^^^^^^^^^^^
AttributeError: 'DefaultDict' object has no attribute 'd'
Can not create workbook
Traceback (most recent call last):
File "/home/user/PyVE/GitHub/Leo/leo-editor/leo/core/leoApp.py", line 2321, in doPostPluginsInit
c1 = lm.openWorkBook()
^^^^^^^^^^^^^^^^^
File "/home/user/PyVE/GitHub/Leo/leo-editor/leo/core/leoApp.py", line 2365, in openWorkBook
c = g.openWithFileName(fn, gui=g.app.gui, old_c=None)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/user/PyVE/GitHub/Leo/leo-editor/leo/core/leoGlobals.py", line 3238, in openWithFileName
return g.app.loadManager.openWithFileName(fileName, gui, old_c)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/user/PyVE/GitHub/Leo/leo-editor/leo/core/leoApp.py", line 3012, in openWithFileName
return lm.openEmptyLeoFile(file_name, gui, old_c)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/user/PyVE/GitHub/Leo/leo-editor/leo/core/leoApp.py", line 3167, in openEmptyLeoFile
c = g.app.newCommander(
^^^^^^^^^^^^^^^^^^^
File "/home/user/PyVE/GitHub/Leo/leo-editor/leo/core/leoApp.py", line 1516, in newCommander
c = leoCommands.Commands(fileName,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/user/PyVE/GitHub/Leo/leo-editor/leo/core/leoCommands.py", line 165, in __init__
c.finishCreate() # Slightly slow.
^^^^^^^^^^^^^^^^
File "/home/user/PyVE/GitHub/Leo/leo-editor/leo/core/leoCommands.py", line 467, in finishCreate
c.frame.log.finishCreate()
File "/home/user/PyVE/GitHub/Leo/leo-editor/leo/plugins/qt_frame.py", line 2598, in finishCreate
c.spellCommands.openSpellTab()
File "/home/user/PyVE/GitHub/Leo/leo-editor/leo/commands/spellCommands.py", line 443, in openSpellTab
self.handler = SpellTabHandler(c, tabName)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/user/PyVE/GitHub/Leo/leo-editor/leo/commands/spellCommands.py", line 675, in __init__
self.spellController = DefaultWrapper(c) # type:ignore
^^^^^^^^^^^^^^^^^
File "/home/user/PyVE/GitHub/Leo/leo-editor/leo/commands/spellCommands.py", line 185, in __init__
g.app.spellDict = DefaultDict().d # 2024/04/09: bug fix.
^^^^^^^^^^^^^^^
AttributeError: 'DefaultDict' object has no attribute 'd'