Newbie to leo here.  OK, probably shouldn't start out with devel version, 
but I usually like to be on bleeding edge:

 leo

setting leoID from os.getenv('USER'): 'nbecker'

Leo 5.8
Not running from a git repo
Python 3.7.2, PyQt version 5.11.2
linux
** isPython3: True

Using default leo file name:
/home/nbecker/.leo/workbook.leo
Traceback (most recent call last):
  File "/home/nbecker/.local/bin/leo", line 11, in <module>
    sys.exit(run())
  File 
"/home/nbecker/.local/lib/python3.7/site-packages/leo/core/runLeo.py", line 
72, in run
    g.app.loadManager.load(fileName, pymacs)
  File 
"/home/nbecker/.local/lib/python3.7/site-packages/leo/core/leoApp.py", line 
2258, in load
    ok = lm.doPostPluginsInit()
  File 
"/home/nbecker/.local/lib/python3.7/site-packages/leo/core/leoApp.py", line 
2312, in doPostPluginsInit
    c1 = lm.openEmptyWorkBook()
  File 
"/home/nbecker/.local/lib/python3.7/site-packages/leo/core/leoApp.py", line 
2355, in openEmptyWorkBook
    c = lm.loadLocalFile(fn, gui=g.app.gui, old_c=None)
  File 
"/home/nbecker/.local/lib/python3.7/site-packages/leo/core/leoApp.py", line 
3074, in loadLocalFile
    c = lm.openFileByName(fn, gui, old_c, previousSettings)
  File 
"/home/nbecker/.local/lib/python3.7/site-packages/leo/core/leoApp.py", line 
3096, in openFileByName
    previousSettings=previousSettings)
  File 
"/home/nbecker/.local/lib/python3.7/site-packages/leo/core/leoApp.py", line 
1562, in newCommander
    return leoCommands.Commands(fileName, relativeFileName, gui, 
previousSettings)
  File 
"/home/nbecker/.local/lib/python3.7/site-packages/leo/core/leoCommands.py", 
line 77, in __init__
    c.finishCreate()
  File 
"/home/nbecker/.local/lib/python3.7/site-packages/leo/core/leoCommands.py", 
line 397, in finishCreate
    c.frame.finishCreate()
  File 
"/home/nbecker/.local/lib/python3.7/site-packages/leo/plugins/qt_frame.py", 
line 1994, in finishCreate
    f.top = g.app.gui.frameFactory.createFrame(f)
  File 
"/home/nbecker/.local/lib/python3.7/site-packages/leo/plugins/qt_frame.py", 
line 4497, in createFrame
    dw.construct(master=tabw)
  File 
"/home/nbecker/.local/lib/python3.7/site-packages/leo/plugins/qt_frame.py", 
line 110, in construct
    assert g.os_path_exists(ui_description_file)
AssertionError

-- 
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 post to this group, send email to [email protected].
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