On Sun, Sep 21, 2014 at 6:16 PM, Chris George <[email protected]> wrote: > The latest rev nets me this with a default myLeoSettings.leo file. The only > change I have made is to enable the following plugins: > backlink.py
> hook failed: after-create-leo-frame, <function onCreate at 0x3b935f0>, > leo.plugins.backlink [snip] > File "/home/chris/Working/leo/leo-editor/leo/plugins/backlink.py", line > 671, in showMessage > fg = Qt.black # pylint: disable=maybe-no-member > AttributeError: 'module' object has no attribute 'black' Thanks for doing this testing. If I understand the trace correctly, only backlink fails to load. pylint originally flagged the statement "fg = Qt.black". The only recent change was to disable the pylint warning. It looks like that was bogus. Clearly, at least for you, Qt does not contain the constant black. I'll fix this asap. 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 http://groups.google.com/group/leo-editor. For more options, visit https://groups.google.com/d/optout.
