Latest commit is not loading Leo for me. It's not a complete crash; I have 
a Leo splash screen but nothing after that


Leo 5.7b1, build 20180209145139, Fri Feb  9 14:51:39 CST 2018
Git repo info: branch = master, commit = ddb87d916eb3
Python 3.6.4, PyQt version 5.10.0
Windows 10 AMD64 (build 10.0.16299) SP0
** isPython3: True
** caching enabled

reading settings in C:\Users\lewis\.leo\workbook.leo
created: C:\Users\lewis\.leo\spellpyx.txt
Traceback (most recent call last):
  File "N:\git\leo-editor\launchLeo.py", line 8, in <module>
    leo.core.runLeo.run()
  File "N:\git\leo-editor\leo\core\runLeo.py", line 74, in run
    g.app.loadManager.load(fileName, pymacs)
  File "N:\git\leo-editor\leo\core\leoApp.py", line 2206, in load
    ok = lm.doPostPluginsInit()
  File "N:\git\leo-editor\leo\core\leoApp.py", line 2838, in 
doPostPluginsInit
    c1 = lm.openEmptyWorkBook()
  File "N:\git\leo-editor\leo\core\leoApp.py", line 2899, in 
openEmptyWorkBook
    c = lm.loadLocalFile(fn, gui=g.app.gui, old_c=None)
  File "N:\git\leo-editor\leo\core\leoApp.py", line 3064, in loadLocalFile
    c = lm.openFileByName(fn, gui, old_c, previousSettings)
  File "N:\git\leo-editor\leo\core\leoApp.py", line 3088, in openFileByName
    previousSettings=previousSettings)
  File "N:\git\leo-editor\leo\core\leoApp.py", line 1545, in newCommander
    return leoCommands.Commands(fileName, relativeFileName, gui, 
previousSettings)
  File "N:\git\leo-editor\leo\core\leoCommands.py", line 82, in __init__
    c.finishCreate()
  File "N:\git\leo-editor\leo\core\leoCommands.py", line 415, in 
finishCreate
    c.frame.log.finishCreate()
  File "N:\git\leo-editor\leo\plugins\qt_frame.py", line 3146, in 
finishCreate
    c.spellCommands.openSpellTab()
  File "N:\git\leo-editor\leo\commands\spellCommands.py", line 463, in 
openSpellTab
    self.handler = SpellTabHandler(c, tabName)
  File "N:\git\leo-editor\leo\commands\spellCommands.py", line 707, in 
__init__
    self.spellController = DefaultWrapper(c)
  File "N:\git\leo-editor\leo\commands\spellCommands.py", line 238, in 
__init__
    words = self.read_words(kind, fn)
  File "N:\git\leo-editor\leo\commands\spellCommands.py", line 251, in 
read_words
    with open(fn, 'rb') as f:
TypeError: expected str, bytes or os.PathLike object, not NoneType

Regards
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 leo-editor+unsubscr...@googlegroups.com.
To post to this group, send email to leo-editor@googlegroups.com.
Visit this group at https://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/d/optout.

Reply via email to