So i've pulled the new 'devel' branch... But I'm still seeing problems related to qt in the terminal pane when loading Leo files via LeoBridge.
They appeared a couple weeks ago, when work on 'qt related stuff' started on the devel branch., I've waited until the qt related work was considered done to test again/report those. Both errors a caused because QtCore does not exist when having null gui i guess... (This is easy to reproduce by simply opening Leo files in leoInteg) -- Félix Errors below : *Plugin leo.plugins.nodetags not loaded.* *Traceback (most recent call last):* * File "/home/felix/leo-editor/leo/core/leoPlugins.py", line 515, in loadOnePluginHelper* * __import__(moduleName)* * File "/home/felix/leo-editor/leo/plugins/quicksearch.py", line 88, in <module>* * from leo.plugins import threadutil* * File "/home/felix/leo-editor/leo/plugins/threadutil.py", line 131, in <module>* * class Repeater(QtCore.QThread):* *AttributeError: 'NoneType' object has no attribute 'QThread'* *Plugin leo.plugins.python_terminal not loaded.* *Traceback (most recent call last):* * File "/home/felix/leo-editor/leo/core/leoPlugins.py", line 515, in loadOnePluginHelper* * __import__(moduleName)* * File "/home/felix/leo-editor/leo/plugins/stickynotes.py", line 76, in <module>* * QTimer = QtCore.QTimer* *AttributeError: 'NoneType' object has no attribute 'QTimer'* On Thursday, May 13, 2021 at 6:44:46 AM UTC-4 Edward K. Ream wrote: > On Wed, May 12, 2021 at 3:14 PM Félix <[email protected]> wrote: > >> I'll wait 'til the devel branch is fixed to make a 'felix-server' branch, >> and add all the modifications i made to the server at that point. no rush. > > > I just made what should be the last substantial change to devel before > releasing Leo 6.4 b1. > > Blast away :-) > > 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 view this discussion on the web visit https://groups.google.com/d/msgid/leo-editor/fcabdab7-7aab-448f-88b8-ad688b9aeb51n%40googlegroups.com.
