On Friday, January 11, 2019 at 8:34:34 AM UTC-6, Neal Becker wrote:
>
> Newbie to leo here.  OK, probably shouldn't start out with devel version, 
> but I usually like to be on bleeding edge:
>

The traceback clearly shows you are using the official 5.8 version, not any 
git version: 

Leo 5.8
> Not running from a git repo
>

Furthermore, the failing assert does not exist in devel, and hasn't for a 
long time.

  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
>

Here is the code in devel (and in refactor):

if not g.os_path_exists(ui_description_file):
    g.trace('File not found: %s' % ui_description_file)

If there is any bug it is that neither this trace nor the actual file are 
needed.  Neither is the setting @string qt-ui-file-name.

I have just created #1051 
<https://github.com/leo-editor/leo-editor/issues/1051> to remove this 
setting and related logic.

As usual, devel contains fewer bugs than the last supposedly stable release.

Edward

-- 
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