On Wed, Jul 20, 2016 at 9:23 AM, Edward K. Ream <[email protected]> wrote:
> It looks like the culprit is 582fe79: Attempt to support pyqt 5.6 so that > viewrendered3 & bigdash plugins will load. Rev 329acf adds Reinhard's code and fixes pyflakes warnings about undefined references to 'pos'. Let me know if it works any better. pyflakes also issues these complaints: viewrendered3.py:1663: local variable 'pc' is assigned to but never used viewrendered3.py:1664: local variable 'mf' is assigned to but never used viewrendered3.py:1946: local variable 'pc' is assigned to but never used viewrendered3.py:1947: local variable 'mf' is assigned to but never used I'm not sure that these "unnecessary" statements can be removed--there may be side effects. Probably not, but let's deal with these warnings later, after everything else works. 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 https://groups.google.com/group/leo-editor. For more options, visit https://groups.google.com/d/optout.
