I think I've seen something like this, strange startup issues. One thing to try, use --no-splash, but I think there might be more to it than that.
Cheers -Terry On Sat, 27 May 2017 16:21:38 -0700 (PDT) SegundoBob <[email protected]> wrote: > I'm trying to run Leo-Editor with the Python 3 Debug Version, but > Leo-Editor error terminates immediately. Is this a Leo-Editor > problem? A PyQt problem? A Python Debug Version problem? A > mixture? I have not figured out how to begin. > > 2017-05-27 15:41:36 /sec/tmp > > $ leomy xxx.leo > > setting leoID from os.getenv('USER'): 'bob' > > reading settings in /pri/git/leo-editor/leo/config/leoSettings.leo > > reading settings in /home/bob/.leo/myLeoSettings.leo > > Found /help > > /pri/git/leo-editor/leo/core/leoApp.py:3294: ResourceWarning: > > unclosed file <_io.TextIOWrapper > > name='/sec/.leo/.leoRecentFiles.txt' mode='r' encoding='utf-8'> > > ok = rf.readRecentFilesFile(path) > > Traceback (most recent call last): > > File "/pri/git/bash/Leo", line 8, in <module> > > leo.core.runLeo.run() > > File "/pri/git/leo-editor/leo/core/runLeo.py", line 63, in run > > g.app.loadManager.load(fileName, pymacs) > > File "/pri/git/leo-editor/leo/core/leoApp.py", line 2056, in load > > lm.doPrePluginsInit(fileName, pymacs) > > File "/pri/git/leo-editor/leo/core/leoApp.py", line 2120, in > > doPrePluginsInit > > lm.createGui(pymacs) > > File "/pri/git/leo-editor/leo/core/leoApp.py", line 2289, in > > createGui lm.createSpecialGui(gui_option, pymacs, script, > > windowFlag) File "/pri/git/leo-editor/leo/core/leoApp.py", line > > 2304, in createSpecialGui > > g.app.createDefaultGui() > > File "/pri/git/leo-editor/leo/core/leoApp.py", line 1027, in > > createDefaultGui > > app.createQtGui(fileName, verbose=verbose) > > File "/pri/git/leo-editor/leo/core/leoApp.py", line 1049, in > > createQtGui import leo.plugins.qt_gui as qt_gui > > File "/pri/git/leo-editor/leo/plugins/qt_gui.py", line 12, in > > <module> import leo.plugins.qt_events as qt_events > > File "/pri/git/leo-editor/leo/plugins/qt_events.py", line 46, in > > <module> class LeoQtEventFilter(QtCore.QObject): > > AttributeError: 'NoneType' object has no attribute 'QObject' > > 2017-05-27 15:41:41 /sec/tmp > > > > Test System > > > Xubuntu 16.04 with window manager i3 > > Leo Log Window > > Leo 5.5, build 20170526124207, Fri May 26 12:42:07 CDT 2017 > > Git repo info: branch = close-git-files, commit = 4ab3854c4619 > > Python 3.5.2, PyQt version 5.5.1 > > linux > > > -- 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.
