No problem, so this patch will only be used for debian packaging purpose (inside debian/patches folder). Debian policy does not agree with including external code provided by existing packages, fair enough.
However I've just tryed to modify and activate the plugin but I got this error. I think its PyQt5 related since Qwidget doesn't seems to be in QtGui module but QWidgets : Traceback (most recent call last): > > > File "/usr/share/pyshared/leo/core/leoCommands.py", line 556, in doCommand > val = command(event) > > > File "/usr/share/pyshared/leo/plugins/plugins_menu.py", line 119, in > cmd_callback > fn(c) > > > File "/usr/share/pyshared/leo/plugins/richtext.py", line 297, in > cmd_OpenEditor > w = CKEEditor(c=c) > > File "/usr/share/pyshared/leo/plugins/richtext.py", line 98, in __init__ > QtGui.QWidget.__init__(self, *args, **kwargs) > > AttributeError: 'module' object has no attribute 'QWidget' > -- 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 http://groups.google.com/group/leo-editor. For more options, visit https://groups.google.com/d/optout.
