On Wed, 3 Dec 2014 19:45:01 -0800 (PST) Davy Cottet <[email protected]> wrote:
> 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 : Yep, we're a ways from having all plugins work with Qt4 and 5. You keep diagnosing problems like this and you'll be needing commit access on github... ;-) Cheers -Terry > 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.
